diff options
author | wollman <wollman@FreeBSD.org> | 1994-08-08 00:09:22 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-08-08 00:09:22 +0000 |
commit | a006c507c4337175c99f70ff60fcda04d2b865b1 (patch) | |
tree | 3eaa8ca0448fb274c49e575e21fbefc04e914271 /usr.sbin/nfsd/Makefile | |
parent | 7fa6011b596ccd0811c2f5e9c5b0411533eb662d (diff) | |
download | FreeBSD-src-a006c507c4337175c99f70ff60fcda04d2b865b1.zip FreeBSD-src-a006c507c4337175c99f70ff60fcda04d2b865b1.tar.gz |
Delete obsolete references to librpc.a.
Diffstat (limited to 'usr.sbin/nfsd/Makefile')
-rw-r--r-- | usr.sbin/nfsd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/nfsd/Makefile b/usr.sbin/nfsd/Makefile index 9eb6415..a881d5e 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> |