head	1.5;
access;
symbols
	netbsd-10-2-RELEASE:1.2
	netbsd-11-0-RELEASE:1.5
	netbsd-11-0-RC7:1.5
	netbsd-11-0-RC6:1.5
	netbsd-11-0-RC5:1.5
	netbsd-11-0-RC4:1.5
	netbsd-11-0-RC3:1.5
	netbsd-11-0-RC2:1.5
	netbsd-11-0-RC1:1.5
	perseant-exfatfs-base-20250801:1.5
	netbsd-11:1.5.0.2
	netbsd-11-base:1.5
	netbsd-10-1-RELEASE:1.2
	perseant-exfatfs-base-20240630:1.4
	perseant-exfatfs:1.4.0.2
	perseant-exfatfs-base:1.4
	netbsd-10-0-RELEASE:1.2
	netbsd-10-0-RC6:1.2
	netbsd-10-0-RC5:1.2
	netbsd-10-0-RC4:1.2
	netbsd-10-0-RC3:1.2
	netbsd-10-0-RC2:1.2
	netbsd-10-0-RC1:1.2
	netbsd-10:1.2.0.6
	netbsd-10-base:1.2
	cjep_sun2x-base1:1.2
	cjep_sun2x:1.2.0.4
	cjep_sun2x-base:1.2
	cjep_staticlib_x-base1:1.2
	cjep_staticlib_x:1.2.0.2
	cjep_staticlib_x-base:1.2
	phil-wifi-20200421:1.1
	phil-wifi-20200411:1.1
	phil-wifi:1.1.0.2
	phil-wifi-20200406:1.1;
locks; strict;
comment	@# @;


1.5
date	2025.07.14.10.25.51;	author kre;	state Exp;
branches;
next	1.4;
commitid	mQfuBzjsAhFHuH2G;

1.4
date	2023.08.17.15.30.35;	author christos;	state Exp;
branches
	1.4.2.1;
next	1.3;
commitid	g6t4Cddkyy4dA9BE;

1.3
date	2023.08.17.15.18.12;	author christos;	state Exp;
branches;
next	1.2;
commitid	BYS4e4TOJZ9Ov9BE;

1.2
date	2020.08.29.15.05.33;	author christos;	state Exp;
branches;
next	1.1;
commitid	bkXIjFtap6MJfYlC;

1.1
date	2020.03.29.17.12.45;	author christos;	state Exp;
branches
	1.1.2.1;
next	;
commitid	soCyG1nK5nKbSj2C;

1.4.2.1
date	2025.08.02.05.21.55;	author perseant;	state Exp;
branches;
next	;
commitid	23j6GFaDws3O875G;

1.1.2.1
date	2020.03.29.17.12.45;	author martin;	state dead;
branches;
next	1.1.2.2;
commitid	Qli2aW9E74UFuA3C;

1.1.2.2
date	2020.04.08.14.04.07;	author martin;	state Exp;
branches;
next	;
commitid	Qli2aW9E74UFuA3C;


desc
@@


1.5
log
@More prep for moving openssl from crypto/bsd to crypto/apache2

Find all the remaining places that used bsd/${EXTERNAL_OPENSSL_SUBDIR}
and (except for one, which shouldn't have been using the variable)
remove the "bsd/" prefix, which is now included in EXTERNAL_OPENSSL_SUBDIR
@
text
@# $NetBSD: Makefile.inc,v 1.4 2023/08/17 15:30:35 christos Exp $

SRCDIR := ${.PARSEDIR}/dist
USE_OPENSSL ?= no

CPPFLAGS+=-DLBL_ALIGN
OPENSSLDIR=     ${NETBSDSRCDIR}/crypto/external/${EXTERNAL_OPENSSL_SUBDIR}

__sed: .USE
	@@rm -f ${.TARGET}
	${TOOL_SED} \
	    -e 's,@@MAN_FILE_FORMATS@@,5,g' \
	    -e 's,@@MAN_MISC_INFO@@,7,g' \
	    -e 's,@@MAN_ADMIN_COMMANDS@@,8,g' \
	    -e 's,3PCAP,3,g' < ${.ALLSRC} > ${.TARGET}
@


1.4
log
@Don't build with OpenSSL by default because we install in /lib and there
is no libcrypto there.
@
text
@d1 1
a1 1
# $NetBSD: Makefile.inc,v 1.3 2023/08/17 15:18:12 christos Exp $
d7 1
a7 1
OPENSSLDIR=     ${NETBSDSRCDIR}/crypto/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}
@


1.4.2.1
log
@Sync with HEAD
@
text
@d1 1
a1 1
# $NetBSD: Makefile.inc,v 1.5 2025/07/14 10:25:51 kre Exp $
d7 1
a7 1
OPENSSLDIR=     ${NETBSDSRCDIR}/crypto/external/${EXTERNAL_OPENSSL_SUBDIR}
@


1.3
log
@merge conflicts between libpcap 1.9.1 and 1.10.4
@
text
@d1 1
a1 1
# $NetBSD: Makefile.inc,v 1.2 2020/08/29 15:05:33 christos Exp $
d4 1
@


1.2
log
@PR/55599: Valery Ushakov: libpcap gets SIGBUS on strictly aligned CPUs
Define LBL_ALIGN as suggested
@
text
@d1 1
a1 1
# $NetBSD: Makefile.inc,v 1.1 2020/03/29 17:12:45 christos Exp $
d6 1
@


1.1
log
@ENABLE_REMOTE and add rpcapd(8)
@
text
@d1 1
a1 1
# $NetBSD$
d5 2
@


1.1.2.1
log
@file Makefile.inc was added on branch phil-wifi on 2020-04-08 14:04:07 +0000
@
text
@d1 11
@


1.1.2.2
log
@Merge changes from current as of 20200406
@
text
@a0 11
# $NetBSD$

SRCDIR := ${.PARSEDIR}/dist

__sed: .USE
	@@rm -f ${.TARGET}
	${TOOL_SED} \
	    -e 's,@@MAN_FILE_FORMATS@@,5,g' \
	    -e 's,@@MAN_MISC_INFO@@,7,g' \
	    -e 's,@@MAN_ADMIN_COMMANDS@@,8,g' \
	    -e 's,3PCAP,3,g' < ${.ALLSRC} > ${.TARGET}
@


