Deleted Added
full compact
Makefile (156837) Makefile (169807)
1# Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions
6# are met:
7# 1. Redistributions of source code must retain the above copyright
8# notice, this list of conditions and the following disclaimer.

--- 11 unchanged lines hidden (view full) ---

20# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26# SUCH DAMAGE.
27#
1# Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions
6# are met:
7# 1. Redistributions of source code must retain the above copyright
8# notice, this list of conditions and the following disclaimer.

--- 11 unchanged lines hidden (view full) ---

20# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26# SUCH DAMAGE.
27#
28# $FreeBSD: head/lib/libipsec/Makefile 156837 2006-03-18 11:01:06Z ru $
28# $FreeBSD: head/lib/libipsec/Makefile 169807 2007-05-21 02:49:08Z deischen $
29
30SHLIBDIR?= /lib
31
32.include <bsd.own.mk>
33
34LIB= ipsec
29
30SHLIBDIR?= /lib
31
32.include <bsd.own.mk>
33
34LIB= ipsec
35SHLIB_MAJOR= 2
35SHLIB_MAJOR= 3
36CFLAGS+=-I. -I${.CURDIR}
37CFLAGS+=-DIPSEC_DEBUG -DIPSEC
38.if ${MK_INET6_SUPPORT} != "no"
39CFLAGS+=-DINET6
40.endif
41
42#.PATH: ${.CURDIR}/../../sys/netkey
43#SRCS= pfkey.c pfkey_dump.c

--- 15 unchanged lines hidden ---
36CFLAGS+=-I. -I${.CURDIR}
37CFLAGS+=-DIPSEC_DEBUG -DIPSEC
38.if ${MK_INET6_SUPPORT} != "no"
39CFLAGS+=-DINET6
40.endif
41
42#.PATH: ${.CURDIR}/../../sys/netkey
43#SRCS= pfkey.c pfkey_dump.c

--- 15 unchanged lines hidden ---