4 # This file is under a "BSD" copyright (c) by David O'Brien 1998
6 # $FreeBSD: src/usr.sbin/amd/libamu/Makefile,v 1.4.2.1 2002/07/19 18:46:29 ru Exp $
7 # $DragonFly: src/usr.sbin/amd/libamu/Makefile,v 1.2 2003/06/17 04:29:52 dillon Exp $
9 .PATH
: ${.CURDIR
}/..
/..
/..
/contrib
/amd
/libamu \
10 ${.CURDIR
}/..
/..
/..
/contrib
/amd
/conf
/transp \
11 ${.CURDIR
}/..
/..
/..
/contrib
/amd
/conf
/mtab \
12 ${.CURDIR
}/..
/..
/..
/contrib
/amd
/conf
/umount
17 SRCS
= hasmntopt.c misc_rpc.c mount_fs.c mtab.c nfs_prot_xdr.c \
20 # These would be links created by the GNU-style configure
21 SRCS
+= transp_sockets.c mtab_bsd.c umount_bsd44.c
23 CFLAGS
+= -I
${.CURDIR
}/..
/..
/..
/contrib
/amd
/libamu
25 # Generated at compile time (replaces supplied xdr_func.c)
27 CLEANFILES
+= nfs_prot_x.c
29 nfs_prot_x.c
: ${NFS_PROT_X}
30 ${RPCCOM} -c
-DWANT_NFS3
${NFS_PROT_X} -o
${.TARGET
}