summaryrefslogtreecommitdiffstats
path: root/usr.bin/newgrp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/newgrp/Makefile')
-rw-r--r--usr.bin/newgrp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/newgrp/Makefile b/usr.bin/newgrp/Makefile
index 8195348..0a8e4a8 100644
--- a/usr.bin/newgrp/Makefile
+++ b/usr.bin/newgrp/Makefile
@@ -1,8 +1,8 @@
# $FreeBSD$
PROG= newgrp
-DPADD= ${LIBCRYPT} ${LIBUTIL}
-LDADD= -lcrypt -lutil
+
+LIBADD= crypt util
.if defined(ENABLE_SUID_NEWGRP)
BINMODE= 4555
OpenPOWER on IntegriCloud