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:
Suleiman Souhlal 2005-01-26 06:48:17 +00:00
parent 41d9cf82ee
commit 3118731323
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140850

View File

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