diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-20 18:13:31 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-20 18:13:31 +0000 |
| commit | fe655281c5aaa0c4feb637ba0199f869ba84a78b (patch) | |
| tree | ec6d9a3298f43e6216117f9bd115130df43bf52a /usr.sbin | |
| parent | 6817e978cfb63ed11372fa169dc49f0b0b2d7bd1 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/mount_nwfs/Makefile | 1 | ||||
| -rw-r--r-- | usr.sbin/mount_portalfs/Makefile | 1 | ||||
| -rw-r--r-- | usr.sbin/nfsd/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/mount_nwfs/Makefile b/usr.sbin/mount_nwfs/Makefile index 0c3d478f632ad..c6a4f10a4e12e 100644 --- a/usr.sbin/mount_nwfs/Makefile +++ b/usr.sbin/mount_nwfs/Makefile @@ -2,7 +2,6 @@ PROG= mount_nwfs SRCS= mount_nwfs.c getmntopts.c -MAN8= mount_nwfs.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -DNWFS -I${MOUNT} diff --git a/usr.sbin/mount_portalfs/Makefile b/usr.sbin/mount_portalfs/Makefile index 23a5bd771be8c..94938a3d0bd3c 100644 --- a/usr.sbin/mount_portalfs/Makefile +++ b/usr.sbin/mount_portalfs/Makefile @@ -4,7 +4,6 @@ PROG= mount_portal SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \ pt_exec.c pt_file.c pt_tcp.c pt_tcplisten.c -MAN8= mount_portal.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} diff --git a/usr.sbin/nfsd/Makefile b/usr.sbin/nfsd/Makefile index 5572762c5e531..3e0f8c5569f25 100644 --- a/usr.sbin/nfsd/Makefile +++ b/usr.sbin/nfsd/Makefile @@ -3,7 +3,6 @@ PROG= nfsd CFLAGS+=-DNFS -MAN8= nfsd.8 .if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4) CFLAGS+=-DKERBEROS |
