Remove a non-portable syntax in Makefile

This commit is contained in:
Quentin Rameau 2017-12-02 19:04:22 +01:00 committed by Hiltjo Posthuma
parent fb0ec82a61
commit fd3a542c94

View file

@ -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}