aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/su
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-12-18 13:55:17 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-12-18 13:55:17 +0000
commit6e2578e4c48ce888afcffef16c6e24f46aa0011b (patch)
treea6dad01e00eec9389e642841501a8e78581deacd /usr.bin/su
parent0cdff8ae00fa88985b2935fd0b239330ec353722 (diff)
Notes
Diffstat (limited to 'usr.bin/su')
-rw-r--r--usr.bin/su/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile
index edac50777756e..91ac2a81e500a 100644
--- a/usr.bin/su/Makefile
+++ b/usr.bin/su/Makefile
@@ -5,8 +5,8 @@ PROG= su
SRCS= su.c
COPTS+= -DLOGIN_CAP -DSKEY
-DPADD= ${LIBUTIL} ${LIBSKEY} ${LIBCRYPT} ${LIBMD}
-LDADD= -lutil -lskey -lcrypt -lmd
+DPADD= ${LIBUTIL} ${LIBSKEY} ${LIBMD} ${LIBCRYPT}
+LDADD= -lutil -lskey -lmd -lcrypt
.if defined(WHEELSU)
COPTS+= -DWHEELSU