summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>1998-09-14 22:27:07 +0000
committerNiels Provos <provos@cvs.openbsd.org>1998-09-14 22:27:07 +0000
commit5edf6a2a8976b8803a209703451fd3993b663eee (patch)
tree26a77e60486289d7a5005c952f5dcbc1371ed7fe
parentd7b87853ad02031845dedc2e4eb43470f70629b2 (diff)
remove -DDEBUG from CFLAGS
-rw-r--r--sbin/ipsec/photurisd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipsec/photurisd/Makefile b/sbin/ipsec/photurisd/Makefile
index 5d06a94b1ef..86f525dfa07 100644
--- a/sbin/ipsec/photurisd/Makefile
+++ b/sbin/ipsec/photurisd/Makefile
@@ -17,7 +17,7 @@ SRCS= photuris_cookie_request.c photuris_cookie_response.c \
modulus.c spi.c state.c validity.c attributes.c \
photurisd.c packet.c api.c kernel.c
-CFLAGS+= -I. -DIPSEC -DDEBUG
+CFLAGS+= -I. -DIPSEC
MAN= photurisd.8
.include <bsd.prog.mk>