diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1998-03-26 20:38:09 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1998-03-26 20:38:09 +0000 |
commit | 5e8261f70ae8b155fad985e5dddc6ed3d4f940db (patch) | |
tree | 75ada46f54f0c5cee75f9742f5f434f422359c93 /usr.bin/login/Makefile | |
parent | af9128fa096169a7eb8cabe5a9de0ef531f52248 (diff) |
-Wall for suid-root.
Diffstat (limited to 'usr.bin/login/Makefile')
-rw-r--r-- | usr.bin/login/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile index d67944fc316..c1d0ef6e027 100644 --- a/usr.bin/login/Makefile +++ b/usr.bin/login/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.11 1998/03/26 20:28:04 art Exp $ +# $OpenBSD: Makefile,v 1.12 1998/03/26 20:38:08 art Exp $ PROG= login SRCS= login.c failedlogin.c LDADD= -lutil DPADD= ${LIBUTIL} +CFLAGS+= -Wall -Wno-unused .include <bsd.own.mk> # For SKEY, KERBEROS and KERBEROS5 |