diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-11-20 23:23:10 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-11-20 23:23:10 +0000 |
commit | 2ee732eaeeed10b5fab41f27f0d2e90cc2286d86 (patch) | |
tree | 99de8655ffbb7f0e8158d993b7e3153167883291 /libexec/login_krb5-or-pwd | |
parent | 9bfb32fcb85b8cd467e4de8f4df1df52ade09c8b (diff) |
remove -Werror from userland builds, to give us a chance to
use more verbose warning options if desired.
ok millert@, henning@, david@
Diffstat (limited to 'libexec/login_krb5-or-pwd')
-rw-r--r-- | libexec/login_krb5-or-pwd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/login_krb5-or-pwd/Makefile b/libexec/login_krb5-or-pwd/Makefile index bb6e533679b..8e950b9963e 100644 --- a/libexec/login_krb5-or-pwd/Makefile +++ b/libexec/login_krb5-or-pwd/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.11 2003/07/16 19:10:14 deraadt Exp $ +# $OpenBSD: Makefile,v 1.12 2003/11/20 23:23:09 avsm Exp $ .include <bsd.own.mk> PROG= login_krb5-or-pwd SRCS= login.c login_passwd.c MAN= ${PROG}.8 -CFLAGS+=-DPASSWD -Wall -Werror -I${.CURDIR}/../login_passwd +CFLAGS+=-DPASSWD -Wall -I${.CURDIR}/../login_passwd .if (${KERBEROS5:L} == "yes") SRCS+= login_krb5.c |