Move libmd after all libraries to keep natural libraries order

This commit is contained in:
Andrey A. Chernov 1997-05-23 21:18:00 +00:00
parent 75eeeb9273
commit a1eed73d33
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26078

View File

@ -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