aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/su/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1996-03-09 14:57:43 +0000
committerMark Murray <markm@FreeBSD.org>1996-03-09 14:57:43 +0000
commit5a453b0ef3fcd8c5cf3b56fc97875b165df9a464 (patch)
tree586cd5e89c09a50e7254fd5c1462cd98cd687a28 /usr.bin/su/Makefile
parent0a2c4bde086f0715d9bd58b8ddd4cf54c4f3303a (diff)
downloadsrc-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/Makefile1
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}