De-gccize CFLAGS by removing it.

NOMAN is no longer required when a man page is not yet present.

Submitted by:	ru
This commit is contained in:
Robert Watson 2002-08-02 13:33:17 +00:00
parent 9e69d6b629
commit 5fc5c0cd3b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101222

View file

@ -3,9 +3,7 @@
LIB= ugidfw
SHLIB_MAJOR= 1
SHLIB_MINOR= 0
CFLAGS+= -Wall
SRCS= ugidfw.c
INCS= ugidfw.h
NOMAN= yes
.include <bsd.lib.mk>