summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nfsd
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-09-02 20:52:15 +0000
committerbrian <brian@FreeBSD.org>2000-09-02 20:52:15 +0000
commitf94d0c01f2d28b4eddb223860bd9232e641398d4 (patch)
treeb795e3f745ee39ddf4093362c7f942803227d55d /usr.sbin/nfsd
parentc587741e5f5ede1a48b2defe0c6c923b02c519c4 (diff)
downloadFreeBSD-src-f94d0c01f2d28b4eddb223860bd9232e641398d4.zip
FreeBSD-src-f94d0c01f2d28b4eddb223860bd9232e641398d4.tar.gz
Don't use libutil now that setproctitle() is in libc
Diffstat (limited to 'usr.sbin/nfsd')
-rw-r--r--usr.sbin/nfsd/Makefile2
-rw-r--r--usr.sbin/nfsd/nfsd.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/nfsd/Makefile b/usr.sbin/nfsd/Makefile
index a18aad0..5572762 100644
--- a/usr.sbin/nfsd/Makefile
+++ b/usr.sbin/nfsd/Makefile
@@ -4,8 +4,6 @@
PROG= nfsd
CFLAGS+=-DNFS
MAN8= nfsd.8
-DPADD+= ${LIBUTIL}
-LDADD+= -lutil
.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4)
CFLAGS+=-DKERBEROS
diff --git a/usr.sbin/nfsd/nfsd.c b/usr.sbin/nfsd/nfsd.c
index 9ff9d98..2d923a4 100644
--- a/usr.sbin/nfsd/nfsd.c
+++ b/usr.sbin/nfsd/nfsd.c
@@ -72,7 +72,6 @@ static const char rcsid[] =
#include <err.h>
#include <errno.h>
-#include <libutil.h>
#include <stdio.h>
#include <stdlib.h>
#include <strings.h>
OpenPOWER on IntegriCloud