diff options
author | kris <kris@FreeBSD.org> | 2001-05-20 06:15:09 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-05-20 06:15:09 +0000 |
commit | 65be28ca850a42ab90c0f0981e42f795f4390252 (patch) | |
tree | 3685e56a82a896cc717f4133843c8fd715b50871 /usr.bin/apply/Makefile | |
parent | 3819badcd681662aaa4d01fd5718132954ade164 (diff) | |
download | FreeBSD-src-65be28ca850a42ab90c0f0981e42f795f4390252.zip FreeBSD-src-65be28ca850a42ab90c0f0981e42f795f4390252.tar.gz |
This passes WARNS=2 on alpha and i386
Diffstat (limited to 'usr.bin/apply/Makefile')
-rw-r--r-- | usr.bin/apply/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/apply/Makefile b/usr.bin/apply/Makefile index 05823ea..d97f5bd 100644 --- a/usr.bin/apply/Makefile +++ b/usr.bin/apply/Makefile @@ -1,6 +1,8 @@ +# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= apply -CFLAGS+=-Wall + +WARNS= 2 .include <bsd.prog.mk> |