summaryrefslogtreecommitdiffstats
path: root/usr.sbin/faithd
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-07-06 02:00:18 +0000
committerkris <kris@FreeBSD.org>2000-07-06 02:00:18 +0000
commitfc37193d7575813e332e1faffa470fe104a69c99 (patch)
tree9f30ee277b6330af9825f212671c2b32169f7785 /usr.sbin/faithd
parenta643686d34378ffd47196a225b64f2fb08a610fa (diff)
downloadFreeBSD-src-fc37193d7575813e332e1faffa470fe104a69c99.zip
FreeBSD-src-fc37193d7575813e332e1faffa470fe104a69c99.tar.gz
Correct style bugs
Diffstat (limited to 'usr.sbin/faithd')
-rw-r--r--usr.sbin/faithd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/faithd/Makefile b/usr.sbin/faithd/Makefile
index c40c21d..8defe63 100644
--- a/usr.sbin/faithd/Makefile
+++ b/usr.sbin/faithd/Makefile
@@ -18,7 +18,7 @@ SRCS= faithd.c tcp.c ftp.c rsh.c
MAN8= faithd.8
#CFLAGS+= -DFAITH4
CFLAGS+= -Wall
-DPADD+= ${LIBUTIL}
-LDADD+= -lutil
+DPADD= ${LIBUTIL}
+LDADD= -lutil
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud