diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-05-23 21:18:00 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-05-23 21:18:00 +0000 |
| commit | a1eed73d33d04eed2a6a586bc287e46cc68aedb8 (patch) | |
| tree | 453144d11899d5a9c068f908b5b2de6ae5c4197a | |
| parent | 75eeeb92737e46dec60c792ce81530eff7ccdb4b (diff) | |
Notes
| -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 c3444606bebeb..5c0782c24a1df 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 |
