From 1a93d71ebcad4a99b08a55a000d4b5bf29c1aac2 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 20 May 2001 06:15:09 +0000 Subject: [PATCH] This passes WARNS=2 on alpha and i386 --- usr.bin/apply/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr.bin/apply/Makefile b/usr.bin/apply/Makefile index 05823eaaa301..d97f5bd62a3e 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