mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
21 lines
536 B
Plaintext
21 lines
536 B
Plaintext
--- ../libipsec/Makefile.orig Sun Jun 11 23:54:31 2000
|
|
+++ ../libipsec/Makefile Tue Oct 17 01:06:10 2000
|
|
@@ -25,12 +25,13 @@
|
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
# SUCH DAMAGE.
|
|
|
|
-.if exists(${.CURDIR}/../Makefile.opsys)
|
|
-.include "${.CURDIR}/../Makefile.opsys"
|
|
-.endif
|
|
+#.if exists(${.CURDIR}/../Makefile.opsys)
|
|
+#.include "${.CURDIR}/../Makefile.opsys"
|
|
+#.endif
|
|
+OPSYS!= uname -s
|
|
|
|
LIB= ipsec
|
|
-CFLAGS+=-g
|
|
+CFLAGS+=-g -I.
|
|
.if (${OPSYS} != "NetBSD")
|
|
CFLAGS+=-DIPSEC_DEBUG -DIPSEC -DINET6
|
|
.else
|