diff options
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> |