From 2078dd9a430d349b4ebc1a632d5b2eb90be7f583 Mon Sep 17 00:00:00 2001 From: jmallett Date: Sun, 8 Jun 2003 08:38:11 +0000 Subject: [PATCH] Use implicit SRCS list, remove WARNS=0, the code is WARNS=4 clean now, which is more than enough. --- usr.sbin/asf/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.sbin/asf/Makefile b/usr.sbin/asf/Makefile index 19df3655cf6d..b8e7e4b7d640 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