summaryrefslogtreecommitdiffstats
path: root/usr.bin/su/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/su/Makefile')
-rw-r--r--usr.bin/su/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile
index c344460..5c0782c 100644
--- a/usr.bin/su/Makefile
+++ b/usr.bin/su/Makefile
@@ -3,9 +3,6 @@
PROG= su
SRCS= su.c
-LDADD= -lmd
-DPADD= ${LIBMD}
-
#LC_AUTH=-DLOGIN_CAP_AUTH
COPTS+= -DLOGIN_CAP $(LC_AUTH)
LDADD+= -lutil
@@ -30,6 +27,9 @@ LDADD+= -lkrb -ldes
DISTRIBUTION= krb
.endif
+LDADD+= -lmd
+DPADD+= ${LIBMD}
+
BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
OpenPOWER on IntegriCloud