diff options
Diffstat (limited to 'usr.bin/comm/Makefile')
-rw-r--r-- | usr.bin/comm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/comm/Makefile b/usr.bin/comm/Makefile index d311527dfd3a..0b2a2bd75434 100644 --- a/usr.bin/comm/Makefile +++ b/usr.bin/comm/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= comm -CFLAGS+=-Wall +WARNS?= 2 .include <bsd.prog.mk> |