This passes WARNS=2 on alpha and i386

This commit is contained in:
Kris Kennaway 2001-05-20 06:15:09 +00:00
parent 4ca63b7f7e
commit 1a93d71ebc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76887

View File

@ -1,6 +1,8 @@
# $FreeBSD$
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= apply
CFLAGS+=-Wall
WARNS= 2
.include <bsd.prog.mk>