From dc5698b6dd3a1d9355c108023fce7e45f65ab475 Mon Sep 17 00:00:00 2001 From: Juli Mallett 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 19df3655cf6..b8e7e4b7d64 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