--- src/usr.bin/su/Makefile 2007/08/27 16:50:59 1.7 +++ src/usr.bin/su/Makefile 2007/10/01 08:12:43 1.8 @@ -11,7 +11,6 @@ LDADD= -lutil -lskey -lmd -lcrypt .if defined(WHEELSU) COPTS+= -DWHEELSU .endif -CFLAGS+= -Wall .if defined(WANT_KERBEROS) && !defined(NO_CRYPT) && !defined(NO_OPENSSL) CFLAGS+=-DKERBEROS5