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:
rwatson 2002-08-02 13:33:17 +00:00
parent 08d325ca81
commit 2e2c35ec82

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>