Remove a non-portable syntax in Makefile
This commit is contained in:
parent
fb0ec82a61
commit
fd3a542c94
1 changed files with 1 additions and 1 deletions
|
@ -29,4 +29,4 @@ LDFLAGS = -s ${LIBS}
|
|||
CPPFLAGS = -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE ${INCS}
|
||||
|
||||
# OpenBSD 5.9+: use pledge(2)
|
||||
#CPPFLAGS += -DUSE_PLEDGE
|
||||
#CPPFLAGS = -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -DUSE_PLEDGE ${INCS}
|
||||
|
|
Loading…
Reference in a new issue