Use implicit SRCS list, remove WARNS=0, the code is WARNS=4 clean now,

which is more than enough.
This commit is contained in:
jmallett 2003-06-08 08:38:11 +00:00
parent db49656250
commit 2078dd9a43

View File

@ -1,7 +1,6 @@
# $FreeBSD$
PROG= asf
SRCS= asf.c
MAN= asf.8
WARNS= 0
.include <bsd.prog.mk>