From 948c5554d5da16ce030b0457e1b4549b5ad953e5 Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 23 May 1997 21:18:00 +0000 Subject: Move libmd after all libraries to keep natural libraries order --- usr.bin/su/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/su') 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 -- cgit v1.1