mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
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:
parent
9e69d6b629
commit
5fc5c0cd3b
1 changed files with 0 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue