summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd/libamu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1998-08-27 08:09:42 +0000
committerobrien <obrien@FreeBSD.org>1998-08-27 08:09:42 +0000
commit94d0aeca4be109aab512a4b6808233d1d19afb5e (patch)
treee37a3bb538d2a2265475dfaf58e064ef4b3d2631 /usr.sbin/amd/libamu
parenta9218237dec69d496f6dbe3c26dde6a199ba55c1 (diff)
downloadFreeBSD-src-94d0aeca4be109aab512a4b6808233d1d19afb5e.zip
FreeBSD-src-94d0aeca4be109aab512a4b6808233d1d19afb5e.tar.gz
bmake framework for contrib_amd
Diffstat (limited to 'usr.sbin/amd/libamu')
-rw-r--r--usr.sbin/amd/libamu/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/usr.sbin/amd/libamu/Makefile b/usr.sbin/amd/libamu/Makefile
new file mode 100644
index 0000000..9a2d379
--- /dev/null
+++ b/usr.sbin/amd/libamu/Makefile
@@ -0,0 +1,35 @@
+# ex:ts=8
+#
+# Makefile for amd
+# This file is under a "BSD" copyright (c) by David O'Brien 1998
+#
+# $Id$
+
+.PATH: ${.CURDIR}/../../../contrib/amd/libamu \
+ ${.CURDIR}/../../../contrib/amd/conf/transp \
+ ${.CURDIR}/../../../contrib/amd/conf/mtab \
+ ${.CURDIR}/../../../contrib/amd/conf/mount \
+ ${.CURDIR}/../../../contrib/amd/conf/umount
+
+LIB= amu
+
+SRCS= hasmntopt.c misc_rpc.c mount_fs.c mtab.c nfs_prot_xdr.c \
+ util.c wire.c xutil.c
+
+# These would be links created by the GNU-style configure
+SRCS+= transp_sockets.c mtab_bsd.c mount_freebsd3.c umount_bsd44.c
+
+CFLAGS+= -I${.CURDIR}/../../../contrib/amd/libamu
+
+NOMAN= noman
+
+# Generated at compile time (replaces supplied xdr_func.c)
+SRCS+= nfs_prot_x.c
+CLEANFILES+= nfs_prot_x.c
+
+nfs_prot_x.c: ${NFS_PROT_X}
+ ${RPCCOM} -c ${NFS_PROT_X} -o ${.TARGET}
+
+install:
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud