This passes WARNS=2 on alpha and i386

This commit is contained in:
kris 2001-05-20 06:15:09 +00:00
parent 3819badcd6
commit 65be28ca85

View File

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