mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Use implicit SRCS list, remove WARNS=0, the code is WARNS=4 clean now,
which is more than enough.
This commit is contained in:
parent
3dd9cabe01
commit
dc5698b6dd
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PROG= asf
|
||||
SRCS= asf.c
|
||||
MAN= asf.8
|
||||
WARNS= 0
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue