diff options
author | Mark Murray <markm@FreeBSD.org> | 1996-03-09 14:57:43 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1996-03-09 14:57:43 +0000 |
commit | 5a453b0ef3fcd8c5cf3b56fc97875b165df9a464 (patch) | |
tree | 586cd5e89c09a50e7254fd5c1462cd98cd687a28 /usr.bin/su/Makefile | |
parent | 0a2c4bde086f0715d9bd58b8ddd4cf54c4f3303a (diff) | |
download | src-5a453b0ef3fcd8c5cf3b56fc97875b165df9a464.tar.gz src-5a453b0ef3fcd8c5cf3b56fc97875b165df9a464.zip |
Better integrate kerberos into su so that if an incorrect Kerberos
password is entered, the user is not prompted for a password a second
time.
This closes pr-bin/1006.
Notes
Notes:
svn path=/head/; revision=14440
Diffstat (limited to 'usr.bin/su/Makefile')
-rw-r--r-- | usr.bin/su/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile index 0303a5e4561b..96cdff7ef898 100644 --- a/usr.bin/su/Makefile +++ b/usr.bin/su/Makefile @@ -7,6 +7,7 @@ COPTS+= -DSKEY .if defined(WHEELSU) COPTS+= -DWHEELSU .endif +CFLAGS+= -Wall LDADD= -lskey -lmd -lcrypt DPADD= ${LIBSKEY} ${LIBMD} ${LIBCRYPT} |