diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1997-09-03 08:44:43 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1997-09-03 08:44:43 +0000 |
commit | 06214b27b02b4ae62074356b2e0a20a283eb23c3 (patch) | |
tree | cb7ebdd0f16cccf986dc8bce2d5c872ac9f889a6 /sbin/ipsec/photurisd/Makefile | |
parent | 1bc08f4d7a40a5f565e5e5408144282e954a17c9 (diff) |
forgot a state_insert, handling resource limit messages should work now!
Diffstat (limited to 'sbin/ipsec/photurisd/Makefile')
-rw-r--r-- | sbin/ipsec/photurisd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipsec/photurisd/Makefile b/sbin/ipsec/photurisd/Makefile index c3f144300c8..c12737427a3 100644 --- a/sbin/ipsec/photurisd/Makefile +++ b/sbin/ipsec/photurisd/Makefile @@ -16,8 +16,8 @@ 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+= -g -I. -DDEBUG -DIPSEC -CFLAGS+= -I. -DIPSEC +CFLAGS+= -Wall -g -I. -DDEBUG -DIPSEC +#CFLAGS+= -I. -DIPSEC MAN= photurisd.1 .include <bsd.prog.mk> |