diff options
author | peter <peter@FreeBSD.org> | 1996-01-01 08:39:39 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-01-01 08:39:39 +0000 |
commit | ae296d31817ed7ad9749e5dcab3f2690d03dcb9c (patch) | |
tree | 131521a2fb4a060a82dc7f9a9033c7702fa10104 /usr.sbin/nfsd/Makefile | |
parent | 5e9ed8caa7a5b03bf42d07867b3053f67625b4c8 (diff) | |
download | FreeBSD-src-ae296d31817ed7ad9749e5dcab3f2690d03dcb9c.zip FreeBSD-src-ae296d31817ed7ad9749e5dcab3f2690d03dcb9c.tar.gz |
Make nfsd use setproctitle from libutil...
Old code is still #ifdef OLD_SETPROCTITLE for comparison with the old
code.
Diffstat (limited to 'usr.sbin/nfsd/Makefile')
-rw-r--r-- | usr.sbin/nfsd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/nfsd/Makefile b/usr.sbin/nfsd/Makefile index cbc442d..9c89542 100644 --- a/usr.sbin/nfsd/Makefile +++ b/usr.sbin/nfsd/Makefile @@ -3,6 +3,8 @@ PROG= nfsd CFLAGS+=-DNFS MAN8= nfsd.8 +DPADD+= ${LIBUTIL} +LDADD+= -lutil .if exists(${DESTDIR}/usr/lib/libkrb.a) && (defined(MAKE_KERBEROS) \ || defined(MAKE_EBONES)) |