diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-10-16 20:09:23 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-10-16 20:09:23 +0000 |
commit | 19dbae0761283a6dc68022ada4dbde56f911f75e (patch) | |
tree | b96c8ebe3afd06989dc4c4f9aae334dfb4c5cc39 /sbin | |
parent | 84d7f782b5dabac2437d2c8b3007d636f8808afe (diff) |
Typo typo typo...
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/Makefile b/sbin/isakmpd/Makefile index bfa32efc27d..211fedc6cce 100644 --- a/sbin/isakmpd/Makefile +++ b/sbin/isakmpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 1999/10/16 20:07:18 angelos Exp $ +# $OpenBSD: Makefile,v 1.22 1999/10/16 20:09:22 angelos Exp $ # $EOM: Makefile,v 1.58 1999/08/26 11:21:48 niklas Exp $ # @@ -66,7 +66,7 @@ GENERATED= exchange_num.h ipsec_fld.h ipsec_num.h isakmp_fld.h \ CLEANFILES= exchange_num.c exchange_num.h ipsec_num.c ipsec_num.h \ isakmp_num.c isakmp_num.h ipsec_fld.c ipsec_fld.h \ isakmp_fld.c isakmp_fld.h -MAN= isakmpd.8 isakmpd.conf.5 isakmp.policy.5 +MAN= isakmpd.8 isakmpd.conf.5 isakmpd.policy.5 CFLAGS+= -Wall -DNEED_SYSDEP_APP \ -I${.CURDIR} -I${.CURDIR}/sysdep/${OS} -I. |