Makefile (224af215a6fe8d5e5e2c91cc97c48bdd67c991c7) Makefile (41d8423f714369ea23708399e02792045f9c3f56)
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.

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

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$
28
29LIB= ipsec
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.

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

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$
28
29LIB= ipsec
30SHLIBDIR?= /lib
30SHLIB_MAJOR= 1
31CFLAGS+=-I. -I${.CURDIR}
32CFLAGS+=-DIPSEC_DEBUG -DIPSEC
33.if !defined(NOINET6)
34CFLAGS+=-DINET6
35.endif
36
37#.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 ---