summaryrefslogtreecommitdiff
path: root/usr.sbin/auditdistd
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-11-25 16:57:27 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-11-25 16:57:27 +0000
commitc6db8143eda5c775467145ac73e8ebec47afdd8f (patch)
tree41890d809d5cd369a149d9fe8cd22b45310c700a /usr.sbin/auditdistd
parentc97038fa5a6b253c5f2eb3d09a7a529f8ae86220 (diff)
downloadsrc-test2-c6db8143eda5c775467145ac73e8ebec47afdd8f.tar.gz
src-test2-c6db8143eda5c775467145ac73e8ebec47afdd8f.zip
Notes
Diffstat (limited to 'usr.sbin/auditdistd')
-rw-r--r--usr.sbin/auditdistd/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/auditdistd/Makefile b/usr.sbin/auditdistd/Makefile
index b323dcd3e9cb..8d32884bda49 100644
--- a/usr.sbin/auditdistd/Makefile
+++ b/usr.sbin/auditdistd/Makefile
@@ -21,10 +21,7 @@ SRCS+= sandbox.c sender.c subr.c
SRCS+= token.l trail.c
MAN= auditdistd.8 auditdistd.conf.5
-DPADD= ${LIBL} ${LIBPTHREAD} ${LIBUTIL}
-LDADD= -ll -lpthread -lutil
-DPADD+= ${LIBCRYPTO} ${LIBSSL}
-LDADD+= -lcrypto -lssl
+LIBADD+= l pthread util crypto ssl
YFLAGS+=-v