aboutsummaryrefslogtreecommitdiff
path: root/lib/libugidfw
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2002-08-02 13:33:17 +0000
committerRobert Watson <rwatson@FreeBSD.org>2002-08-02 13:33:17 +0000
commit5fc5c0cd3b6fa4ae519ed623b0e692b24099e21c (patch)
tree140905ec648f679cffb22696b205539ea13b7a8e /lib/libugidfw
parent9e69d6b629198b0898037c1adb57d08461f118e9 (diff)
downloadsrc-5fc5c0cd3b6fa4ae519ed623b0e692b24099e21c.tar.gz
src-5fc5c0cd3b6fa4ae519ed623b0e692b24099e21c.zip
De-gccize CFLAGS by removing it.
NOMAN is no longer required when a man page is not yet present. Submitted by: ru
Notes
Notes: svn path=/head/; revision=101222
Diffstat (limited to 'lib/libugidfw')
-rw-r--r--lib/libugidfw/Makefile2
1 files changed, 0 insertions, 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 <bsd.lib.mk>