summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/faithd/Makefile2
-rw-r--r--usr.sbin/faithd/faithd.c3
2 files changed, 0 insertions, 5 deletions
diff --git a/usr.sbin/faithd/Makefile b/usr.sbin/faithd/Makefile
index 8defe63..bc84552 100644
--- a/usr.sbin/faithd/Makefile
+++ b/usr.sbin/faithd/Makefile
@@ -18,7 +18,5 @@ SRCS= faithd.c tcp.c ftp.c rsh.c
MAN8= faithd.8
#CFLAGS+= -DFAITH4
CFLAGS+= -Wall
-DPADD= ${LIBUTIL}
-LDADD= -lutil
.include <bsd.prog.mk>
diff --git a/usr.sbin/faithd/faithd.c b/usr.sbin/faithd/faithd.c
index c314b74..65c2ab3 100644
--- a/usr.sbin/faithd/faithd.c
+++ b/usr.sbin/faithd/faithd.c
@@ -47,9 +47,6 @@
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/ioctl.h>
-#ifdef __FreeBSD__
-#include <libutil.h>
-#endif
#include <stdio.h>
#include <stdlib.h>
OpenPOWER on IntegriCloud