aboutsummaryrefslogtreecommitdiff
path: root/sbin/nfsd/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-01-01 08:39:39 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-01-01 08:39:39 +0000
commitc129841af740b522db756a7ba6958a4d98882b6d (patch)
tree131521a2fb4a060a82dc7f9a9033c7702fa10104 /sbin/nfsd/Makefile
parent10dcae580656b6c36d980a9d6ee2dd19a18ea5da (diff)
downloadsrc-c129841af740b522db756a7ba6958a4d98882b6d.tar.gz
src-c129841af740b522db756a7ba6958a4d98882b6d.zip
Make nfsd use setproctitle from libutil...
Old code is still #ifdef OLD_SETPROCTITLE for comparison with the old code.
Notes
Notes: svn path=/head/; revision=13141
Diffstat (limited to 'sbin/nfsd/Makefile')
-rw-r--r--sbin/nfsd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/nfsd/Makefile b/sbin/nfsd/Makefile
index cbc442de68e7..9c89542bf41a 100644
--- a/sbin/nfsd/Makefile
+++ b/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))