mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Don't use libutil now that setproctitle() is in libc
This commit is contained in:
parent
243923717a
commit
433add6ff5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65379
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user