diff options
author | jmallett <jmallett@FreeBSD.org> | 2003-06-08 08:38:11 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2003-06-08 08:38:11 +0000 |
commit | 2078dd9a430d349b4ebc1a632d5b2eb90be7f583 (patch) | |
tree | 596def92f8c3c9a9cd1149928995e9c2378be36b /usr.sbin/asf | |
parent | db4965625080bc74a537da74c9227680b31c1245 (diff) | |
download | FreeBSD-src-2078dd9a430d349b4ebc1a632d5b2eb90be7f583.zip FreeBSD-src-2078dd9a430d349b4ebc1a632d5b2eb90be7f583.tar.gz |
Use implicit SRCS list, remove WARNS=0, the code is WARNS=4 clean now,
which is more than enough.
Diffstat (limited to 'usr.sbin/asf')
-rw-r--r-- | usr.sbin/asf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/asf/Makefile b/usr.sbin/asf/Makefile index 19df365..b8e7e4b 100644 --- a/usr.sbin/asf/Makefile +++ b/usr.sbin/asf/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PROG= asf -SRCS= asf.c MAN= asf.8 -WARNS= 0 + .include <bsd.prog.mk> |