summaryrefslogtreecommitdiffstats
path: root/usr.bin/su/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-05-23 21:18:00 +0000
committerache <ache@FreeBSD.org>1997-05-23 21:18:00 +0000
commit948c5554d5da16ce030b0457e1b4549b5ad953e5 (patch)
tree6995c14d97be8bbe774c86b44a2d3a1b60d4b8d1 /usr.bin/su/Makefile
parentb70226eca11ce5d083793b1706b2e82adfd0ee81 (diff)
downloadFreeBSD-src-948c5554d5da16ce030b0457e1b4549b5ad953e5.zip
FreeBSD-src-948c5554d5da16ce030b0457e1b4549b5ad953e5.tar.gz
Move libmd after all libraries to keep natural libraries order
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