Deleted Added
full compact
Makefile (156813) Makefile (156837)
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 156813 2006-03-17 18:54:44Z ru $
28# $FreeBSD: head/lib/libipsec/Makefile 156837 2006-03-18 11:01:06Z ru $
29
29
30SHLIBDIR?= /lib
31
30.include <bsd.own.mk>
31
32LIB= ipsec
32.include <bsd.own.mk>
33
34LIB= ipsec
33SHLIBDIR?= /lib
34SHLIB_MAJOR= 2
35CFLAGS+=-I. -I${.CURDIR}
36CFLAGS+=-DIPSEC_DEBUG -DIPSEC
37.if ${MK_INET6_SUPPORT} != "no"
38CFLAGS+=-DINET6
39.endif
40
41#.PATH: ${.CURDIR}/../../sys/netkey

--- 16 unchanged lines hidden ---
35SHLIB_MAJOR= 2
36CFLAGS+=-I. -I${.CURDIR}
37CFLAGS+=-DIPSEC_DEBUG -DIPSEC
38.if ${MK_INET6_SUPPORT} != "no"
39CFLAGS+=-DINET6
40.endif
41
42#.PATH: ${.CURDIR}/../../sys/netkey

--- 16 unchanged lines hidden ---