diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-01-20 10:40:18 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-01-20 10:40:18 +0000 |
| commit | 87f01287d291dc9c0b0f542ff241ce793ebecabb (patch) | |
| tree | 9432b95b3639762b3f6e15eff43405626ceb4c7c /usr.sbin | |
| parent | bf49c4278a6c3cc2b9792089339ae098707b239a (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/amd/amd/Makefile | 1 | ||||
| -rw-r--r-- | usr.sbin/mount_portalfs/Makefile | 3 | ||||
| -rw-r--r-- | usr.sbin/mountd/Makefile | 3 | ||||
| -rw-r--r-- | usr.sbin/nfsd/Makefile | 1 |
4 files changed, 2 insertions, 6 deletions
diff --git a/usr.sbin/amd/amd/Makefile b/usr.sbin/amd/amd/Makefile index 377035ae81080..85cb9fcd2824d 100644 --- a/usr.sbin/amd/amd/Makefile +++ b/usr.sbin/amd/amd/Makefile @@ -22,7 +22,6 @@ CFLAGS+=-DARCH_REP=\"${MACHINE}\" CFLAGS+=-DOS_REP=\"${OS}\" CFLAGS+=-DOS_HDR=\"os-${OS}.h\" CFLAGS+=${CONFIG} -CFLAGS+=-D_NEW_VFSCONF CLEANFILES+=vers.${PROG}.c vers.${PROG}.o version.amd CLEANFILES+=mount.h mount_xdr.c nfs_prot.h nfs_prot_xdr.c nfs_prot_svc.c RPCCOM = rpcgen diff --git a/usr.sbin/mount_portalfs/Makefile b/usr.sbin/mount_portalfs/Makefile index fd0e416b196e8..af7d5367e9431 100644 --- a/usr.sbin/mount_portalfs/Makefile +++ b/usr.sbin/mount_portalfs/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 3/27/94 -# $Id: Makefile,v 1.6 1997/02/22 14:32:52 peter Exp $ +# $Id: Makefile,v 1.7 1997/03/11 12:34:55 peter Exp $ PROG= mount_portal SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \ @@ -7,7 +7,6 @@ SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \ MAN8= mount_portal.8 MOUNT= ${.CURDIR}/../mount -CFLAGS+= -D_NEW_VFSCONF CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} .PATH: ${MOUNT} diff --git a/usr.sbin/mountd/Makefile b/usr.sbin/mountd/Makefile index c05730df627cd..6a2097a91afe6 100644 --- a/usr.sbin/mountd/Makefile +++ b/usr.sbin/mountd/Makefile @@ -1,8 +1,7 @@ # From: @(#)Makefile 8.3 (Berkeley) 1/25/94 -# $Id: Makefile,v 1.6 1997/02/22 14:33:01 peter Exp $ +# $Id: Makefile,v 1.7 1997/03/11 12:43:42 peter Exp $ PROG= mountd -CFLAGS+= -D_NEW_VFSCONF CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS MAN5= exports.5 netgroup.5 MAN8= mountd.8 diff --git a/usr.sbin/nfsd/Makefile b/usr.sbin/nfsd/Makefile index 6a144fa309553..12ce92e2d90ae 100644 --- a/usr.sbin/nfsd/Makefile +++ b/usr.sbin/nfsd/Makefile @@ -1,7 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= nfsd -CFLAGS+= -D_NEW_VFSCONF CFLAGS+=-DNFS MAN8= nfsd.8 DPADD+= ${LIBUTIL} |
