This passes WARNS=2 on alpha and i386

This commit is contained in:
kris 2001-05-20 06:15:09 +00:00
parent ba3b0e6bfc
commit 392b646b42

View File

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