diff options
author | rwatson <rwatson@FreeBSD.org> | 2002-08-02 13:33:17 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2002-08-02 13:33:17 +0000 |
commit | 2e2c35ec82e3960ee6f60416bd86e8f867e5b147 (patch) | |
tree | 140905ec648f679cffb22696b205539ea13b7a8e /lib/libugidfw/Makefile | |
parent | 08d325ca8181cf5c7b6a32d84f8c64dc5bc4cd67 (diff) | |
download | FreeBSD-src-2e2c35ec82e3960ee6f60416bd86e8f867e5b147.zip FreeBSD-src-2e2c35ec82e3960ee6f60416bd86e8f867e5b147.tar.gz |
De-gccize CFLAGS by removing it.
NOMAN is no longer required when a man page is not yet present.
Submitted by: ru
Diffstat (limited to 'lib/libugidfw/Makefile')
-rw-r--r-- | lib/libugidfw/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libugidfw/Makefile b/lib/libugidfw/Makefile index 3b5f8e7..6cd47fc 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> |