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

which is more than enough.
This commit is contained in:
Juli Mallett 2003-06-08 08:38:11 +00:00
parent 3dd9cabe01
commit dc5698b6dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116018

View File

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