Deleted Added
full compact
Makefile (119017) Makefile (119071)
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.

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

19# ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
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.
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.

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

19# ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
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# $FreeBSD: head/lib/libipsec/Makefile 119017 2003-08-17 08:28:46Z gordon $
27# $FreeBSD: head/lib/libipsec/Makefile 119071 2003-08-18 15:25:39Z obrien $
28
29LIB= ipsec
28
29LIB= ipsec
30SHLIBDIR?= /lib
30SHLIBDIR?= /lib
31SHLIB_MAJOR= 1
32CFLAGS+=-I. -I${.CURDIR}
33CFLAGS+=-DIPSEC_DEBUG -DIPSEC
34.if !defined(NOINET6)
35CFLAGS+=-DINET6
36.endif
37
38#.PATH: ${.CURDIR}/../../sys/netkey

--- 16 unchanged lines hidden ---
31SHLIB_MAJOR= 1
32CFLAGS+=-I. -I${.CURDIR}
33CFLAGS+=-DIPSEC_DEBUG -DIPSEC
34.if !defined(NOINET6)
35CFLAGS+=-DINET6
36.endif
37
38#.PATH: ${.CURDIR}/../../sys/netkey

--- 16 unchanged lines hidden ---