Remove WARNS?= 6 from Makefile, since it is already in src/bin/Makefile.inc

Requested by:	ru
Approved by:	grehan (mentor)
This commit is contained in:
ssouhlal 2005-01-26 06:48:17 +00:00
parent 8b0970ecd4
commit 592ade11be

View File

@ -2,6 +2,5 @@
# $FreeBSD$
PROG= mkdir
WARNS?= 6
.include <bsd.prog.mk>