Move libmd after all libraries to keep natural libraries order

This commit is contained in:
ache 1997-05-23 21:18:00 +00:00
parent b70226eca1
commit 948c5554d5

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