diff options
| author | John Polstra <jdp@FreeBSD.org> | 1997-05-24 17:32:16 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1997-05-24 17:32:16 +0000 |
| commit | 9e1207e68d7340b51be25e1dd6ebb9d27ebb2b7e (patch) | |
| tree | 8043e5f60f60f0db6786c44107419f737eb544dc /usr.bin/su | |
| parent | cc8134f09c8de0fe3776e490adfa8d03f6271701 (diff) | |
Notes
Diffstat (limited to 'usr.bin/su')
| -rw-r--r-- | usr.bin/su/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile index c3444606bebe..5c0782c24a1d 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 |
