Makefile (bd9f52d566a4e7d4881bc8df069dec2208235917) | Makefile (731db6a428d2389caf3795ff50f1895f04b80899) |
---|---|
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. --- 18 unchanged lines hidden (view full) --- 27# 28# $FreeBSD$ 29 30LIB= ipsec 31SHLIBDIR?= /lib 32SHLIB_MAJOR= 1 33CFLAGS+=-I. -I${.CURDIR} 34CFLAGS+=-DIPSEC_DEBUG -DIPSEC | 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. --- 18 unchanged lines hidden (view full) --- 27# 28# $FreeBSD$ 29 30LIB= ipsec 31SHLIBDIR?= /lib 32SHLIB_MAJOR= 1 33CFLAGS+=-I. -I${.CURDIR} 34CFLAGS+=-DIPSEC_DEBUG -DIPSEC |
35.if !defined(NOINET6) | 35.if !defined(NO_INET6) |
36CFLAGS+=-DINET6 37.endif 38 39#.PATH: ${.CURDIR}/../../sys/netkey 40#SRCS= pfkey.c pfkey_dump.c 41SRCS+= ipsec_strerror.c policy_parse.y policy_token.l 42SRCS+= ipsec_dump_policy.c ipsec_get_policylen.c 43#SRCS+= key_debug.c --- 12 unchanged lines hidden --- | 36CFLAGS+=-DINET6 37.endif 38 39#.PATH: ${.CURDIR}/../../sys/netkey 40#SRCS= pfkey.c pfkey_dump.c 41SRCS+= ipsec_strerror.c policy_parse.y policy_token.l 42SRCS+= ipsec_dump_policy.c ipsec_get_policylen.c 43#SRCS+= key_debug.c --- 12 unchanged lines hidden --- |