summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd/libamu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/amd/libamu/Makefile')
-rw-r--r--usr.sbin/amd/libamu/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/usr.sbin/amd/libamu/Makefile b/usr.sbin/amd/libamu/Makefile
deleted file mode 100644
index fa8e3ab..0000000
--- a/usr.sbin/amd/libamu/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# ex:ts=8
-#
-# Makefile for amd
-# This file is under a "BSD" copyright (c) by David O'Brien 1998
-#
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../../contrib/amd/libamu \
- ${.CURDIR}/../../../contrib/amd/conf/transp \
- ${.CURDIR}/../../../contrib/amd/conf/mtab \
- ${.CURDIR}/../../../contrib/amd/conf/umount
-
-LIB= amu
-INTERNALLIB=
-SRCS= hasmntopt.c misc_rpc.c mount_fs.c mtab.c nfs_prot_xdr.c \
- strutil.c wire.c xutil.c
-
-# These would be links created by the GNU-style configure
-SRCS+= transp_sockets.c mtab_bsd.c umount_bsd44.c
-
-# Generated at compile time (replaces supplied xdr_func.c)
-SRCS+= nfs_prot_x.c xdr_func_%undef.c
-CLEANFILES+= nfs_prot_x.c xdr_func_%undef.c
-
-CFLAGS+= -I${.CURDIR}/../../../contrib/amd/libamu \
- -I${DESTDIR}/usr/include/rpcsvc
-
-nfs_prot_x.c: ${NFS_PROT_X}
- ${RPCCOM} -c -C -DWANT_NFS3 ${NFS_PROT_X} -o ${.TARGET}
-
-XDRDEFS!= grep 'ifndef.*HAVE_XDR' ${.CURDIR}/../../../contrib/amd/libamu/xdr_func.c | awk '{print "-D"$$2}'
-
-xdr_func_%undef.c: xdr_func.c
- -unifdef ${XDRDEFS} < ${.ALLSRC} > ${.TARGET}
-
-.include <bsd.lib.mk>
OpenPOWER on IntegriCloud