diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-08 00:09:22 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-08 00:09:22 +0000 |
| commit | 76c72a54c25af78d438928ea06b94a9fae929162 (patch) | |
| tree | 3eaa8ca0448fb274c49e575e21fbefc04e914271 | |
| parent | 003a0dd6e448f78b6984d56275aa89b61e22da57 (diff) | |
Notes
| -rw-r--r-- | sbin/mount_nfs/Makefile | 3 | ||||
| -rw-r--r-- | sbin/mountd/Makefile | 2 | ||||
| -rw-r--r-- | sbin/nfsd/Makefile | 2 | ||||
| -rw-r--r-- | sbin/umount/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/mountd/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/nfsd/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/portmap/Makefile | 2 |
7 files changed, 0 insertions, 15 deletions
diff --git a/sbin/mount_nfs/Makefile b/sbin/mount_nfs/Makefile index a3602740c06e..86573782929e 100644 --- a/sbin/mount_nfs/Makefile +++ b/sbin/mount_nfs/Makefile @@ -8,7 +8,4 @@ MOUNT= ${.CURDIR}/../mount CFLAGS+= -DNFS -I${MOUNT} .PATH: ${MOUNT} -DPADD= ${LIBRPC} -LDADD= -lrpc - .include <bsd.prog.mk> diff --git a/sbin/mountd/Makefile b/sbin/mountd/Makefile index d8efea126fc8..57d6b43a8c7b 100644 --- a/sbin/mountd/Makefile +++ b/sbin/mountd/Makefile @@ -4,7 +4,5 @@ PROG= mountd CFLAGS+=-DNFS -DMFS -DCD9660 MAN5= exports.5 netgroup.5 MAN8= mountd.8 -DPADD= ${LIBRPC} -LDADD= -lrpc .include <bsd.prog.mk> diff --git a/sbin/nfsd/Makefile b/sbin/nfsd/Makefile index 9eb641500410..a881d5eacbd7 100644 --- a/sbin/nfsd/Makefile +++ b/sbin/nfsd/Makefile @@ -3,7 +3,5 @@ PROG= nfsd CFLAGS+=-DNFS MAN8= nfsd.8 -DPADD= ${LIBRPC} -LDADD= -lrpc .include <bsd.prog.mk> diff --git a/sbin/umount/Makefile b/sbin/umount/Makefile index 29c0f9f7615b..120b3602635d 100644 --- a/sbin/umount/Makefile +++ b/sbin/umount/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.2 (Berkeley) 2/20/94 PROG= umount -DPADD= ${LIBRPC} -LDADD= -lrpc MAN8= umount.8 .include <bsd.prog.mk> diff --git a/usr.sbin/mountd/Makefile b/usr.sbin/mountd/Makefile index d8efea126fc8..57d6b43a8c7b 100644 --- a/usr.sbin/mountd/Makefile +++ b/usr.sbin/mountd/Makefile @@ -4,7 +4,5 @@ PROG= mountd CFLAGS+=-DNFS -DMFS -DCD9660 MAN5= exports.5 netgroup.5 MAN8= mountd.8 -DPADD= ${LIBRPC} -LDADD= -lrpc .include <bsd.prog.mk> diff --git a/usr.sbin/nfsd/Makefile b/usr.sbin/nfsd/Makefile index 9eb641500410..a881d5eacbd7 100644 --- a/usr.sbin/nfsd/Makefile +++ b/usr.sbin/nfsd/Makefile @@ -3,7 +3,5 @@ PROG= nfsd CFLAGS+=-DNFS MAN8= nfsd.8 -DPADD= ${LIBRPC} -LDADD= -lrpc .include <bsd.prog.mk> diff --git a/usr.sbin/portmap/Makefile b/usr.sbin/portmap/Makefile index a3b8224e5dcd..4a44e28a94e6 100644 --- a/usr.sbin/portmap/Makefile +++ b/usr.sbin/portmap/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= portmap -DPADD= ${LIBRPC} -LDADD= -lrpc MAN8= portmap.8 .include <bsd.prog.mk> |
