aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/amd/include
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-09-02 20:37:36 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-09-02 20:37:36 +0000
commit6874428a190bd4689acae150332522eda304893c (patch)
tree8e64a743be31885d28ed56652814ba9820496e54 /usr.sbin/amd/include
parent969d60014f1083489435a52aa13a0f2ead60494c (diff)
downloadsrc-6874428a190bd4689acae150332522eda304893c.tar.gz
src-6874428a190bd4689acae150332522eda304893c.zip
Use the native mount and nfs_prot headers.
Also generate nfs_prot_x.c in ANSI-C mode.
Notes
Notes: svn path=/head/; revision=82825
Diffstat (limited to 'usr.sbin/amd/include')
-rw-r--r--usr.sbin/amd/include/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.sbin/amd/include/Makefile b/usr.sbin/amd/include/Makefile
index d3c77d120498..2fc511823f62 100644
--- a/usr.sbin/amd/include/Makefile
+++ b/usr.sbin/amd/include/Makefile
@@ -7,7 +7,7 @@
# Portions derived from amd/libamu/Makefile
# $NetBSD: Makefile,v 1.8 1998/08/08 22:33:37 christos Exp $
-SRCS= config_local.h mount.h nfs_prot.h
+SRCS= config_local.h
CLEANFILES= ${SRCS}
all: ${SRCS}
@@ -16,10 +16,4 @@ config_local.h: newvers.sh
@rm -f ${.TARGET}
sh ${.ALLSRC} > ${.TARGET}
-mount.h: ${MOUNT_X}
- ${RPCCOM} -h -C -DWANT_NFS3 ${MOUNT_X} -o ${.TARGET}
-
-nfs_prot.h: ${NFS_PROT_X}
- ${RPCCOM} -h -C -DWANT_NFS3 ${NFS_PROT_X} -o ${.TARGET}
-
.include <bsd.prog.mk>