aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-05-23 21:18:00 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-05-23 21:18:00 +0000
commita1eed73d33d04eed2a6a586bc287e46cc68aedb8 (patch)
tree453144d11899d5a9c068f908b5b2de6ae5c4197a /usr.bin
parent75eeeb92737e46dec60c792ce81530eff7ccdb4b (diff)
Notes
Diffstat (limited to 'usr.bin')
-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 c3444606bebeb..5c0782c24a1df 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