diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2003-05-14 20:49:38 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2003-05-14 20:49:38 +0000 |
commit | e469ab1e91029867b5504f2442f9c2eb9075ce3a (patch) | |
tree | 59480200e1acadbc3987d361c042f772545196f3 /sbin/isakmpd/GNUmakefile | |
parent | 9620beffc361fc69278b095f4d3cf19fb617d3e4 (diff) |
Call the FreeS/WAN sysdep 'freeswan'. The 'linux' sysdep will be native Linux IPSec.
Diffstat (limited to 'sbin/isakmpd/GNUmakefile')
-rw-r--r-- | sbin/isakmpd/GNUmakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/isakmpd/GNUmakefile b/sbin/isakmpd/GNUmakefile index 6e3ac7b0b02..228e6897034 100644 --- a/sbin/isakmpd/GNUmakefile +++ b/sbin/isakmpd/GNUmakefile @@ -1,4 +1,4 @@ -# $OpenBSD: GNUmakefile,v 1.4 2002/08/23 18:17:17 ho Exp $ +# $OpenBSD: GNUmakefile,v 1.5 2003/05/14 20:49:36 ho Exp $ # # Copyright (c) 1998, 1999, 2000 Niklas Hallqvist. All rights reserved. @@ -41,13 +41,13 @@ # produce similar behaviour. # -# openbsd means 2.5 or newer, linux is the name for Linux with FreeS/WAN +# openbsd means 2.5 or newer, freeswan is the name for Linux with FreeS/WAN # integrated, freebsd/netbsd means FreeBSD/NetBSD with KAME IPsec. # darwin means MacOS X 10.2 and later with KAME IPsec. OS= openbsd #OS= netbsd #OS= freebsd -#OS= linux +#OS= freeswan #OS= darwin .CURDIR:= $(shell pwd) |