From 94d0aeca4be109aab512a4b6808233d1d19afb5e Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 27 Aug 1998 08:09:42 +0000 Subject: bmake framework for contrib_amd --- usr.sbin/amd/libamu/Makefile | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 usr.sbin/amd/libamu/Makefile (limited to 'usr.sbin/amd/libamu') 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 -- cgit v1.1