diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1997-09-03 08:45:49 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1997-09-03 08:45:49 +0000 |
commit | f9cfff9407fe7a633791ef72beef123a730d9ead (patch) | |
tree | e7ab484601d0e65eac3be939d49caf7634f3af44 /sbin | |
parent | 06214b27b02b4ae62074356b2e0a20a283eb23c3 (diff) |
argh
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ipsec/photurisd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/ipsec/photurisd/Makefile b/sbin/ipsec/photurisd/Makefile index c12737427a3..3038da9bd14 100644 --- a/sbin/ipsec/photurisd/Makefile +++ b/sbin/ipsec/photurisd/Makefile @@ -16,8 +16,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+= -Wall -g -I. -DDEBUG -DIPSEC -#CFLAGS+= -I. -DIPSEC +CFLAGS+= -I. -DIPSEC MAN= photurisd.1 .include <bsd.prog.mk> |