summaryrefslogtreecommitdiffstats
path: root/usr.bin/su/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1996-03-09 14:57:43 +0000
committermarkm <markm@FreeBSD.org>1996-03-09 14:57:43 +0000
commit1eb18fd3ec145fad87f7c24fa339aa526d13776e (patch)
tree586cd5e89c09a50e7254fd5c1462cd98cd687a28 /usr.bin/su/Makefile
parentfd4a236df26ccb04d826eb17c6c35a606c82553d (diff)
downloadFreeBSD-src-1eb18fd3ec145fad87f7c24fa339aa526d13776e.zip
FreeBSD-src-1eb18fd3ec145fad87f7c24fa339aa526d13776e.tar.gz
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.
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 0303a5e..96cdff7 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}
OpenPOWER on IntegriCloud