diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-07-07 22:07:34 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-07-07 22:07:34 +0000 |
commit | 381440f81aa5b5a747c4f7bf8a8f22737e1c2d94 (patch) | |
tree | ce25cb353d151d1815810288bf241f22f22f6c87 /sbin/isakmpd/Makefile | |
parent | df804755dc2cad2406bcb8ec2a9996cd16eba20f (diff) |
Merge with EOM 1.54
author: ho
Remove a trailing backslash.
author: niklas
OpenBSD with PF_KEY is now the default
author: niklas
Oops, we have not gone to 2.5 as a base for EOM yet.
Diffstat (limited to 'sbin/isakmpd/Makefile')
-rw-r--r-- | sbin/isakmpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/isakmpd/Makefile b/sbin/isakmpd/Makefile index a771bba06bb..e14fef3bfca 100644 --- a/sbin/isakmpd/Makefile +++ b/sbin/isakmpd/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.17 1999/05/01 22:56:54 niklas Exp $ -# $EOM: Makefile,v 1.51 1999/05/01 20:21:05 niklas Exp $ +# $OpenBSD: Makefile,v 1.18 1999/07/07 22:07:33 niklas Exp $ +# $EOM: Makefile,v 1.54 1999/06/07 00:00:49 ho Exp $ # # Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. @@ -67,7 +67,7 @@ CLEANFILES= exchange_num.c exchange_num.h ipsec_num.c ipsec_num.h \ isakmp_fld.c isakmp_fld.h MAN= isakmpd.8 isakmpd.conf.5 CFLAGS+= -Wall -DNEED_SYSDEP_APP \ - -I${.CURDIR} -I${.CURDIR}/sysdep/${OS} -I. \ + -I${.CURDIR} -I${.CURDIR}/sysdep/${OS} -I. # Different debugging & profiling suggestions |