From 5fc5c0cd3b6fa4ae519ed623b0e692b24099e21c Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Fri, 2 Aug 2002 13:33:17 +0000 Subject: [PATCH] De-gccize CFLAGS by removing it. NOMAN is no longer required when a man page is not yet present. Submitted by: ru --- lib/libugidfw/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/libugidfw/Makefile b/lib/libugidfw/Makefile index 3b5f8e7c6c5..6cd47fcc9c3 100644 --- a/lib/libugidfw/Makefile +++ b/lib/libugidfw/Makefile @@ -3,9 +3,7 @@ LIB= ugidfw SHLIB_MAJOR= 1 SHLIB_MINOR= 0 -CFLAGS+= -Wall SRCS= ugidfw.c INCS= ugidfw.h -NOMAN= yes .include