From 2e2c35ec82e3960ee6f60416bd86e8f867e5b147 Mon Sep 17 00:00:00 2001 From: rwatson 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 3b5f8e7c6c50..6cd47fcc9c3e 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