xref: /freebsd-14.2/include/Makefile (revision e9686160)
1996997fdSBruce Evans#	@(#)Makefile	8.2 (Berkeley) 1/4/94
259deaec5SRodney W. Grimes#
3a270eca5SBruce Evans# Doing a "make install" builds /usr/include.
459deaec5SRodney W. Grimes
5c6063d0dSWarner Losh.include <src.opts.mk>
6e1fe3dbaSRuslan Ermilov
7*e9686160SDoug RabsonPACKAGE=clibs
88e8319a6SBryan DreweryCLEANFILES= osreldate.h version
9dd987372STijl CoosemansSUBDIR= arpa protocols rpcsvc rpc xlocale
10a09ea2bbSBrooks Davis.if ${MACHINE_CPUARCH} == "amd64"
11a09ea2bbSBrooks DavisSUBDIR+=		i386
12d5d97bedSMike KarelsINCLUDE_SUBDIRS+=	i386
13d5d97bedSMike Karels.endif
14d5d97bedSMike Karels.if ${MACHINE_CPUARCH} == "aarch64"
15d5d97bedSMike KarelsSUBDIR+=		arm
16d5d97bedSMike KarelsINCLUDE_SUBDIRS+=	arm
17a09ea2bbSBrooks Davis.endif
18aa92269eSBryan DrewerySUBDIR_PARALLEL=
191761b09bSWarner LoshINCS=	a.out.h ar.h assert.h bitstring.h byteswap.h \
201761b09bSWarner Losh	complex.h cpio.h _ctype.h ctype.h \
2116133e15STim J. Robbins	db.h \
2230e0d2a5SWarner Losh	dirent.h dlfcn.h elf.h elf-hints.h endian.h err.h fmtmsg.h fnmatch.h \
2330e0d2a5SWarner Losh	fstab.h fts.h ftw.h getopt.h glob.h grp.h \
241e3f1446SDavid E. O'Brien	ieeefp.h ifaddrs.h \
25c544e42bSMarcel Moolenaar	inttypes.h iso646.h kenv.h langinfo.h libgen.h limits.h link.h \
266b2c15daSJason Evans	locale.h malloc.h malloc_np.h memory.h monetary.h mpool.h mqueue.h \
271332b4bdSRuslan Ermilov	ndbm.h netconfig.h \
28401a7f6fSPeter Wemm	netdb.h nl_types.h nlist.h nss.h nsswitch.h paths.h \
2975067f4fSPoul-Henning Kamp	printf.h proc_service.h pthread.h \
30763ed733SEd Schouten	pthread_np.h pwd.h ranlib.h readpassphrase.h regex.h \
31160b4b92SKonstantin Belousov	res_update.h resolv.h runetype.h sched.h \
32160b4b92SKonstantin Belousov	search.h semaphore.h setjmp.h \
33c3ae84bcSDag-Erling Smørgrav	signal.h spawn.h stab.h stdalign.h stdbool.h stdckdint.h stddef.h \
34367bebd4SEd Schouten	stdnoreturn.h stdio.h stdlib.h string.h stringlist.h \
35f14ad5faSEd Schouten	strings.h sysexits.h tar.h termios.h tgmath.h \
36b902e8b2SStefan Farfeleder	time.h timeconv.h timers.h ttyent.h \
3750c77c6eSEd Schouten	uchar.h ulimit.h unistd.h utime.h utmpx.h uuid.h varargs.h \
38a8ed63bbSDavid Chisnall	wchar.h wctype.h wordexp.h xlocale.h
3959deaec5SRodney W. Grimes
4028d60d6aSWarner Losh.PATH: ${SRCTOP}/contrib/libc-vis
418ccca122SBrooks DavisINCS+=	vis.h
428ccca122SBrooks Davis
43fefa0fd5SAlexander KabaevMHDRS=	float.h floatingpoint.h stdarg.h
44917e476dSPeter Dufault
45160b4b92SKonstantin BelousovPHDRS=	_semaphore.h
46917e476dSPeter Dufault
4706bee445SEd SchoutenLHDRS=	aio.h errno.h fcntl.h linker_set.h poll.h stdatomic.h stdint.h \
4806bee445SEd Schouten	syslog.h ucontext.h
4959deaec5SRodney W. Grimes
500594b287SEmmanuel VadotLDIRS=	geom net net80211 netgraph netinet netinet6 \
5111ca01e9SAlexander V. Chernikov	netipsec netlink netsmb nfs nfsclient nfsserver sys vm
5215f3c66cSMarcel Moolenaar
53663b174bSEmmanuel VadotLSUBDIRS=	dev/acpica dev/agp dev/ciss dev/filemon dev/firewire \
54060f0a17SEmmanuel Vadot	dev/hwpmc dev/hyperv \
551aaa8f67SJohn Baldwin	dev/ic dev/iicbus dev/io dev/mfi dev/mmc \
56060f0a17SEmmanuel Vadot	dev/ofw dev/pbio dev/pci ${_dev_powermac_nvram} dev/ppbus dev/pwm \
57744bfb21SJohn Baldwin	dev/smbus dev/speaker dev/tcp_log dev/veriexec dev/vkbd dev/wg \
58f5a95d9aSWarner Losh	fs/devfs fs/fdescfs fs/msdosfs fs/nfs fs/nullfs \
59237abf0cSDavide Italiano	fs/procfs fs/smbfs fs/udf fs/unionfs \
60f348204cSPawel Jakub Dawidek	geom/cache geom/concat geom/eli geom/gate geom/journal geom/label \
61b3f9d8c8SEdward Tomasz Napierala	geom/mirror geom/mountver geom/multipath geom/nop \
62c7996ddfSKirk McKusick	geom/raid geom/raid3 geom/shsec geom/stripe geom/union geom/virstor \
63772e66a6SGleb Smirnoff	net/altq \
64a6663252SAlexander V. Chernikov	net/route \
6521735dfaSMichael Butler	netgraph/netflow \
66d519cedbSGleb Smirnoff	netinet/cc \
67e5054602SMark Johnston	netinet/netdump \
68d371ed1cSOlivier Cochard	netinet/tcp_stacks \
6911ca01e9SAlexander V. Chernikov	netlink/route \
70fdbe44b0SGleb Smirnoff	security/mac_biba security/mac_bsdextended security/mac_lomac \
71fdbe44b0SGleb Smirnoff	security/mac_mls security/mac_partition \
72eb12b8eaSSimon J. Gerraty	security/mac_veriexec \
7350875ed2SMarcel Moolenaar	sys/disk \
7451be47e4SMark Murray	ufs/ffs ufs/ufs
7515f3c66cSMarcel Moolenaar
7611c63edeSAndrew ThompsonLSUBSUBDIRS=	dev/mpt/mpilib
77c16e2101SJohn Baldwin
78f61a3898SEmmanuel Vadot.PATH: ${SRCTOP}/sys/dev/acpica
79f61a3898SEmmanuel VadotACPICA=		acpi_hpet.h \
80f61a3898SEmmanuel Vadot		acpiio.h
81f61a3898SEmmanuel VadotACPICADIR=	${INCLUDEDIR}/dev/acpica
82f61a3898SEmmanuel Vadot
83f61a3898SEmmanuel Vadot.PATH: ${SRCTOP}/sys/dev/agp
84f61a3898SEmmanuel VadotAGP=		agpreg.h
85f61a3898SEmmanuel VadotAGPDIR=		${INCLUDEDIR}/dev/agp
86f61a3898SEmmanuel Vadot
878c3eaf24SEmmanuel Vadot.PATH: ${SRCTOP}/sys/bsm
888c3eaf24SEmmanuel VadotBSM=		audit.h \
898c3eaf24SEmmanuel Vadot		audit_errno.h \
908c3eaf24SEmmanuel Vadot		audit_internal.h \
918c3eaf24SEmmanuel Vadot		audit_record.h \
928c3eaf24SEmmanuel Vadot		audit_domain.h \
938c3eaf24SEmmanuel Vadot		audit_fcntl.h \
948c3eaf24SEmmanuel Vadot		audit_kevents.h \
958c3eaf24SEmmanuel Vadot		audit_socket_type.h
968c3eaf24SEmmanuel VadotBSMPACKAGE=	libbsm
978c3eaf24SEmmanuel VadotBSMDIR=		${INCLUDEDIR}/bsm
988c3eaf24SEmmanuel Vadot
998c3eaf24SEmmanuel Vadot.PATH: ${SRCTOP}/sys/security/audit
1008c3eaf24SEmmanuel VadotSECAUDIT=	audit.h \
1018c3eaf24SEmmanuel Vadot		audit_ioctl.h \
1028c3eaf24SEmmanuel Vadot		audit_private.h
1038c3eaf24SEmmanuel VadotSECAUDITPACKAGE=	libbsm
1048c3eaf24SEmmanuel VadotSECAUDITDIR=	${INCLUDEDIR}/security/audit
1058c3eaf24SEmmanuel Vadot
1060594b287SEmmanuel Vadot.PATH:	${SRCTOP}/sys/cam
1070594b287SEmmanuel VadotCAM=	cam.h \
1080594b287SEmmanuel Vadot	cam_ccb.h \
1090594b287SEmmanuel Vadot	cam_compat.h \
1100594b287SEmmanuel Vadot	cam_debug.h \
1110594b287SEmmanuel Vadot	cam_iosched.h \
1120594b287SEmmanuel Vadot	cam_periph.h \
1130594b287SEmmanuel Vadot	cam_queue.h \
1140594b287SEmmanuel Vadot	cam_sim.h \
1150594b287SEmmanuel Vadot	cam_xpt.h \
1160594b287SEmmanuel Vadot	cam_xpt_internal.h \
1170594b287SEmmanuel Vadot	cam_xpt_periph.h \
1180594b287SEmmanuel Vadot	cam_xpt_sim.h
1190594b287SEmmanuel VadotCAMDIR=	${INCLUDEDIR}/cam
1200594b287SEmmanuel Vadot
1210594b287SEmmanuel Vadot.PATH: ${SRCTOP}/sys/cam/ata
1220594b287SEmmanuel VadotCAMATA=		ata_all.h
1230594b287SEmmanuel VadotCAMATADIR=	${INCLUDEDIR}/cam/ata
1240594b287SEmmanuel Vadot
1250594b287SEmmanuel Vadot.PATH: ${SRCTOP}/sys/cam/mmc
1260594b287SEmmanuel VadotCAMMMC=		mmc.h \
1270594b287SEmmanuel Vadot		mmc_bus.h \
1280594b287SEmmanuel Vadot		mmc_all.h
1290594b287SEmmanuel VadotCAMMMCDIR=	${INCLUDEDIR}/cam/mmc
1300594b287SEmmanuel Vadot
1310594b287SEmmanuel Vadot.PATH: ${SRCTOP}/sys/cam/nvme
1320594b287SEmmanuel VadotCAMNVME=	nvme_all.h
1330594b287SEmmanuel VadotCAMNVMEDIR=	${INCLUDEDIR}/cam/nvme
1340594b287SEmmanuel Vadot
1350594b287SEmmanuel Vadot.PATH: ${SRCTOP}/sys/cam/scsi
1360594b287SEmmanuel VadotCAMSCSI=	scsi_all.h \
1370594b287SEmmanuel Vadot		scsi_cd.h \
1380594b287SEmmanuel Vadot		scsi_ch.h \
1390594b287SEmmanuel Vadot		scsi_da.h \
1400594b287SEmmanuel Vadot		scsi_enc.h \
1410594b287SEmmanuel Vadot		scsi_enc_internal.h \
1420594b287SEmmanuel Vadot		scsi_iu.h \
1430594b287SEmmanuel Vadot		scsi_message.h \
1440594b287SEmmanuel Vadot		scsi_pass.h \
1450594b287SEmmanuel Vadot		scsi_pt.h \
1460594b287SEmmanuel Vadot		scsi_sa.h \
1470594b287SEmmanuel Vadot		scsi_ses.h \
1480594b287SEmmanuel Vadot		scsi_sg.h \
1490594b287SEmmanuel Vadot		scsi_targetio.h \
1500594b287SEmmanuel Vadot		smp_all.h
1510594b287SEmmanuel VadotCAMSCSIDIR=	${INCLUDEDIR}/cam/scsi
1520594b287SEmmanuel Vadot
153f61a3898SEmmanuel Vadot.PATH: ${SRCTOP}/sys/fs/cd9660
154f61a3898SEmmanuel VadotFS9660=		cd9660_mount.h \
155f61a3898SEmmanuel Vadot		cd9660_node.h \
156f61a3898SEmmanuel Vadot		cd9660_rrip.h \
157f61a3898SEmmanuel Vadot		iso.h \
158f61a3898SEmmanuel Vadot		iso_rrip.h
159f61a3898SEmmanuel VadotFS9660DIR=	${INCLUDEDIR}/isofs/cd9660
160f61a3898SEmmanuel Vadot
161f61a3898SEmmanuel Vadot.PATH: ${SRCTOP}/sys/dev/evdev
162f61a3898SEmmanuel VadotEVDEV=		input.h \
163f61a3898SEmmanuel Vadot		input-event-codes.h \
164f61a3898SEmmanuel Vadot		uinput.h
165f61a3898SEmmanuel VadotEVDEVDIR=	${INCLUDEDIR}/dev/evdev
166f61a3898SEmmanuel Vadot
16767de2db2SVladimir Kondratyev.PATH: ${SRCTOP}/sys/dev/hid
16894773907SVladimir KondratyevHID=		hid.h \
16994773907SVladimir Kondratyev		hidraw.h
17067de2db2SVladimir KondratyevHIDDIR=		${INCLUDEDIR}/dev/hid
17167de2db2SVladimir Kondratyev
172f61a3898SEmmanuel Vadot.PATH: ${SRCTOP}/sys/dev/hyperv/include ${SRCTOP}/sys/dev/hyperv/utilities
173f61a3898SEmmanuel VadotHYPERV=		hv_snapshot.h \
174f61a3898SEmmanuel Vadot		hyperv.h
175f61a3898SEmmanuel VadotHYPERVDIR=	${INCLUDEDIR}/dev/hyperv
176f61a3898SEmmanuel Vadot
177f61a3898SEmmanuel Vadot.PATH: ${SRCTOP}/sys/opencrypto
178283352ddSJohn BaldwinOPENCRYPTO=	cryptodev.h
179f61a3898SEmmanuel VadotOPENCRYPTODIR=	${INCLUDEDIR}/crypto
180f61a3898SEmmanuel Vadot
1811aaa8f67SJohn Baldwin.PATH: ${SRCTOP}/sys/dev/nvme
1821aaa8f67SJohn BaldwinNVME=		nvme.h
1831aaa8f67SJohn BaldwinNVMEDIR=	${INCLUDEDIR}/dev/nvme
1841aaa8f67SJohn Baldwin
185f61a3898SEmmanuel Vadot.PATH: ${SRCTOP}/sys/dev/pci
186f61a3898SEmmanuel VadotPCI=		pcireg.h
187f61a3898SEmmanuel VadotPCIDIR=		${INCLUDEDIR}/dev/pci
188f61a3898SEmmanuel Vadot
189f61a3898SEmmanuel Vadot.PATH: ${SRCTOP}/sys/dev/veriexec
190f61a3898SEmmanuel VadotVERIEXEC=	veriexec_ioctl.h
191f61a3898SEmmanuel VadotVERIEXECDIR=	${INCLUDEDIR}/dev/veriexec
192f61a3898SEmmanuel Vadot
1933b9b51feSCy Schubert.PATH: ${SRCTOP}/sys/netpfil/ipfilter/netinet
194f61a3898SEmmanuel VadotIPFILTER=	ip_auth.h \
195f61a3898SEmmanuel Vadot		ip_compat.h \
196f61a3898SEmmanuel Vadot		ip_dstlist.h \
197f61a3898SEmmanuel Vadot		ip_fil.h \
198f61a3898SEmmanuel Vadot		ip_frag.h \
199f61a3898SEmmanuel Vadot		ip_htable.h \
200f61a3898SEmmanuel Vadot		ip_lookup.h \
201f61a3898SEmmanuel Vadot		ip_nat.h \
202f61a3898SEmmanuel Vadot		ip_pool.h \
203f61a3898SEmmanuel Vadot		ip_proxy.h \
204f61a3898SEmmanuel Vadot		ip_rules.h \
205f61a3898SEmmanuel Vadot		ip_scan.h \
206f61a3898SEmmanuel Vadot		ip_state.h \
207f61a3898SEmmanuel Vadot		ip_sync.h \
208f61a3898SEmmanuel Vadot		ipf_rb.h \
209f61a3898SEmmanuel Vadot		ipl.h \
210f61a3898SEmmanuel Vadot		radix_ipf.h
211f61a3898SEmmanuel VadotIPFILTERDIR=	${INCLUDEDIR}/netinet
212f61a3898SEmmanuel Vadot
213f61a3898SEmmanuel Vadot.PATH: ${SRCTOP}/sys/netpfil/pf
214f61a3898SEmmanuel VadotPF=		pf.h \
215f61a3898SEmmanuel Vadot		pf_altq.h \
216f61a3898SEmmanuel Vadot		pf_mtag.h
217f61a3898SEmmanuel VadotPFPACKAGE=	pf
218f61a3898SEmmanuel VadotPFDIR=	${INCLUDEDIR}/netpfil/pf
219f61a3898SEmmanuel Vadot
220f61a3898SEmmanuel Vadot.PATH: ${SRCTOP}/sys/rpc
221f61a3898SEmmanuel VadotRPC=		rpcsec_tls.h \
222f61a3898SEmmanuel Vadot		types.h
223f61a3898SEmmanuel VadotRPCDIR=		${INCLUDEDIR}/rpc
224f61a3898SEmmanuel Vadot
225f61a3898SEmmanuel Vadot.PATH: ${SRCTOP}/sys/teken
226f61a3898SEmmanuel VadotTEKEN=		teken.h
227f61a3898SEmmanuel VadotTEKENDIR=	${INCLUDEDIR}/teken
228f61a3898SEmmanuel Vadot
229f61a3898SEmmanuel Vadot.PATH: ${SRCTOP}/sys/contrib/openzfs/include/sys
230f61a3898SEmmanuel VadotNVPAIR=		nvpair.h
231f61a3898SEmmanuel VadotNVPAIRDIR=	${INCLUDEDIR}/sys
232f61a3898SEmmanuel Vadot
233f61a3898SEmmanuel Vadot.PATH: ${SRCTOP}/sys/dev/mlx5
234f61a3898SEmmanuel VadotMLX5=		mlx5io.h
235f61a3898SEmmanuel VadotMLX5DIR=	${INCLUDEDIR}/dev/mlx5
236f61a3898SEmmanuel Vadot
237744bfb21SJohn Baldwin.PATH: ${SRCTOP}/sys/dev/wg
238744bfb21SJohn BaldwinWG=		if_wg.h
239744bfb21SJohn BaldwinWGDIR=		${INCLUDEDIR}/dev/wg
240744bfb21SJohn Baldwin
241f61a3898SEmmanuel VadotINCSGROUPS=	INCS \
242f61a3898SEmmanuel Vadot		ACPICA \
243f61a3898SEmmanuel Vadot		AGP \
244f41efc45SEmmanuel Vadot		BSM \
2450594b287SEmmanuel Vadot		CAM \
2460594b287SEmmanuel Vadot		CAMATA \
2470594b287SEmmanuel Vadot		CAMMMC \
2480594b287SEmmanuel Vadot		CAMNVME \
2490594b287SEmmanuel Vadot		CAMSCSI \
250f61a3898SEmmanuel Vadot		CRYPTO \
251f61a3898SEmmanuel Vadot		EVDEV \
252f61a3898SEmmanuel Vadot		FS9660 \
25367de2db2SVladimir Kondratyev		HID \
254f61a3898SEmmanuel Vadot		HYPERV \
255f61a3898SEmmanuel Vadot		OPENCRYPTO \
2561aaa8f67SJohn Baldwin		NVME \
257f61a3898SEmmanuel Vadot		PCI \
258f61a3898SEmmanuel Vadot		RPC \
259f41efc45SEmmanuel Vadot		SECAUDIT \
260f61a3898SEmmanuel Vadot		TEKEN \
261744bfb21SJohn Baldwin		VERIEXEC \
262744bfb21SJohn Baldwin		WG
263f61a3898SEmmanuel Vadot
264f61a3898SEmmanuel Vadot.if ${MK_IPFILTER} != "no"
265f61a3898SEmmanuel VadotINCSGROUPS+=	IPFILTER
266f61a3898SEmmanuel Vadot.endif
267f61a3898SEmmanuel Vadot
268f61a3898SEmmanuel Vadot.if ${MK_PF} != "no"
269f61a3898SEmmanuel VadotINCSGROUPS+=	PF
270f61a3898SEmmanuel Vadot.endif
271f61a3898SEmmanuel Vadot
272f61a3898SEmmanuel Vadot.if ${MK_CDDL} != "no"
273f61a3898SEmmanuel VadotINCSGROUPS+=	NVPAIR
274f61a3898SEmmanuel Vadot.endif
275f61a3898SEmmanuel Vadot
276f61a3898SEmmanuel Vadot.if ${MK_MLX5TOOL} != "no"
277f61a3898SEmmanuel VadotINCSGROUPS+=	MLX5
278f61a3898SEmmanuel Vadot.endif
279f61a3898SEmmanuel Vadot
2807e4a2c28SEnji Cooper.if ${MK_BLUETOOTH} != "no"
2817e4a2c28SEnji CooperLSUBSUBDIRS+=	netgraph/bluetooth/include
2827e4a2c28SEnji Cooper.endif
2837e4a2c28SEnji Cooper
2848b77741eSEnji Cooper.if ${MK_CUSE} != "no"
2858b77741eSEnji CooperLSUBDIRS+=	fs/cuse
2868b77741eSEnji Cooper.endif
2878b77741eSEnji Cooper
288dd987372STijl Coosemans.if ${MK_GSSAPI} != "no"
289dd987372STijl CoosemansSUBDIR+=	gssapi
290dd987372STijl CoosemansINCS+=		gssapi.h
291dd987372STijl Coosemans.endif
292dd987372STijl Coosemans
293e1fe3dbaSRuslan Ermilov.if ${MK_HESIOD} != "no"
2943d86554cSPoul-Henning KampINCS+=	hesiod.h
2953d86554cSPoul-Henning Kamp.endif
2963d86554cSPoul-Henning Kamp
2970ff204bbSPeter Wemm# Handle the #define aliases for libiconv
2980ff204bbSPeter Wemm.if ${MK_ICONV} == "yes"
299912ce912SPeter WemmINCS+=		iconv.h
3000ff204bbSPeter Wemm.endif
3010ff204bbSPeter Wemm
3027e4a2c28SEnji Cooper.if ${MK_USB} != "no"
3037e4a2c28SEnji CooperLSUBDIRS+=	dev/usb
3047e4a2c28SEnji Cooper.endif
3057e4a2c28SEnji Cooper
306b963e10dSBrandon Bergren.if ${MACHINE_CPUARCH} == "powerpc" && ${MACHINE_ARCH} != "powerpcspe"
3077e4a2c28SEnji Cooper_dev_powermac_nvram=	dev/powermac_nvram
3087e4a2c28SEnji Cooper.endif
3090ff204bbSPeter Wemm
310060f0a17SEmmanuel Vadot# Define SHARED to indicate whether you want symbolic links to the system
311060f0a17SEmmanuel Vadot# source (``symlinks''), or a separate copy (``copies'').  ``symlinks'' is
312060f0a17SEmmanuel Vadot# probably only useful for developers and should be avoided if you do not
313060f0a17SEmmanuel Vadot# wish to tie your /usr/include and /usr/src together.
314060f0a17SEmmanuel Vadot#SHARED=	symlinks
315060f0a17SEmmanuel VadotSHARED?=	copies
316060f0a17SEmmanuel Vadot
317c7b111cbSRuslan ErmilovINCS+=	osreldate.h
3183672faeaSPeter Wemm
31928d60d6aSWarner LoshSYSDIR=			${SRCTOP}/sys
3200210509aSIan LeporeNEWVERS_SH=		${SYSDIR}/conf/newvers.sh
3210210509aSIan LeporePARAM_H=		${SYSDIR}/sys/param.h
322bfe5c479SIan LeporeMK_OSRELDATE_SH=	${.CURDIR}/mk-osreldate.sh
323bfe5c479SIan Lepore
32434ecf418SBryan DrewerySYMLINKS+= ${LIBDIR:C,[^/]+,..,g:C,^/,,}${INCLUDEDIR} ${LIBDIR}/include
325d32e83c2SBryan Drewery
3268e8319a6SBryan Dreweryosreldate.h: ${NEWVERS_SH} ${PARAM_H} ${MK_OSRELDATE_SH}
3278e8319a6SBryan Drewery	env NEWVERS_SH=${NEWVERS_SH} PARAMFILE=${PARAM_H} SYSDIR=${SYSDIR} \
328dd5f1297SIan Lepore	    sh ${MK_OSRELDATE_SH}
3293672faeaSPeter Wemm
330a7aaf57eSRuslan Ermilov.for i in ${LHDRS}
331c7b111cbSRuslan ErmilovINCSLINKS+=	sys/$i ${INCLUDEDIR}/$i
33202cca882SMarcel Moolenaar.endfor
333a7aaf57eSRuslan Ermilov.for i in ${MHDRS}
334c7b111cbSRuslan ErmilovINCSLINKS+=	machine/$i ${INCLUDEDIR}/$i
33502cca882SMarcel Moolenaar.endfor
336a7aaf57eSRuslan Ermilov.for i in ${PHDRS}
3376aeb05d7STom RhodesINCSLINKS+=	sys/$i ${INCLUDEDIR}/$i
33802cca882SMarcel Moolenaar.endfor
33915f3c66cSMarcel Moolenaar
34025faff34SWarner Losh.if ${MACHINE} != ${MACHINE_CPUARCH}
341544de89dSJohn Baldwin_MARCHS=	${MACHINE_CPUARCH}
342544de89dSJohn Baldwin.endif
343544de89dSJohn Baldwin.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
344544de89dSJohn Baldwin_MARCHS+=	x86
3458f3e5dd0SWarner Losh.endif
3468f3e5dd0SWarner Losh
347060f0a17SEmmanuel VadotMETA_TARGETS+=	compat
348060f0a17SEmmanuel Vadotstage_includes: ${SHARED}
349c99b67a7SBryan DrewerySDESTDIR=	${SYSROOT:U${DESTDIR}}
3507750ad47SMarcel Moolenaar
351a270eca5SBruce Evans# Take care of stale directory-level symlinks.
3528d30571dSAlex Richardson# Note: The "|| true" after find is needed in case one of the directories does
3538d30571dSAlex Richardson# not exist (yet).
354060f0a17SEmmanuel Vadotcompat:
3558d30571dSAlex Richardson	cd ${SDESTDIR}${INCLUDEDIR}; find ${LDIRS} ${LSUBDIRS} machine ${_MARCHS} \
3568d30571dSAlex Richardson	    crypto -maxdepth 0 -mindepth 0 -type l -print -delete || true
357a52fd948SAlex Richardson	mtree -deU ${NO_ROOT:D-W} ${MTREE_FOLLOWS_SYMLINKS} \
35828d60d6aSWarner Losh	    -f ${SRCTOP}/etc/mtree/BSD.include.dist \
359c99b67a7SBryan Drewery	    -p ${SDESTDIR}${INCLUDEDIR} > /dev/null
360d5d97bedSMike Karels.for d in ${INCLUDE_SUBDIRS}
361a09ea2bbSBrooks Davis	${INSTALL} -d ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 755 \
362d5d97bedSMike Karels	    ${SDESTDIR}${INCLUDEDIR}/${d}
363d5d97bedSMike Karels.endfor
364a270eca5SBruce Evans
365060f0a17SEmmanuel Vadotcopies: .PHONY .META
3668d30571dSAlex Richardson	cd ${SDESTDIR}${INCLUDEDIR}; find ${LDIRS} ${LSUBDIRS} ${LSUBSUBDIRS} crypto \
3678d30571dSAlex Richardson	    machine machine/pc ${_MARCHS} -maxdepth 1 -mindepth 1 -type l \
3688d30571dSAlex Richardson	    -name "*.h" -print -delete || true
369b6271cc0SEd Maste.for i in ${LDIRS} ${LSUBDIRS:Ndev/agp:Ndev/acpica:Ndev/evdev:Ndev/hid:Ndev/hyperv:Ndev/pci:Ndev/veriexec:Ndev/wg} ${LSUBSUBDIRS}
37028d60d6aSWarner Losh	cd ${SRCTOP}/sys; \
3718b8babf0SKyle Evans	${INSTALL} -C ${TAG_ARGS:D${TAG_ARGS},dev} -o ${BINOWN} -g ${BINGRP} -m 444 $i/*.h \
372c99b67a7SBryan Drewery	    ${SDESTDIR}${INCLUDEDIR}/$i
37315f3c66cSMarcel Moolenaar.endfor
37428d60d6aSWarner Losh	cd ${SRCTOP}/sys/${MACHINE}/include; \
3758b8babf0SKyle Evans	${INSTALL} -C ${TAG_ARGS:D${TAG_ARGS},dev} -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
376c99b67a7SBryan Drewery	    ${SDESTDIR}${INCLUDEDIR}/machine
37728d60d6aSWarner Losh.if exists(${SRCTOP}/sys/${MACHINE}/include/pc)
37828d60d6aSWarner Losh	cd ${SRCTOP}/sys/${MACHINE}/include/pc; \
3798b8babf0SKyle Evans	${INSTALL} -C ${TAG_ARGS:D${TAG_ARGS},dev} -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
380c99b67a7SBryan Drewery	    ${SDESTDIR}${INCLUDEDIR}/machine/pc
3819f1207d5SRuslan Ermilov.endif
382544de89dSJohn Baldwin.for _MARCH in ${_MARCHS}
38328d60d6aSWarner Losh.if exists(${SRCTOP}/sys/${_MARCH}/include)
3848b8babf0SKyle Evans	${INSTALL} -d ${TAG_ARGS:D${TAG_ARGS},dev} -o ${BINOWN} -g ${BINGRP} -m 755 \
385c99b67a7SBryan Drewery	    ${SDESTDIR}${INCLUDEDIR}/${_MARCH}; \
38628d60d6aSWarner Losh	cd ${SRCTOP}/sys/${_MARCH}/include; \
3878b8babf0SKyle Evans	${INSTALL} -C ${TAG_ARGS:D${TAG_ARGS},dev} -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
388c99b67a7SBryan Drewery	    ${SDESTDIR}${INCLUDEDIR}/${_MARCH}
38928d60d6aSWarner Losh.if exists(${SRCTOP}/sys/${_MARCH}/include/pc)
3908b8babf0SKyle Evans	${INSTALL} -d ${TAG_ARGS:D${TAG_ARGS},dev} -o ${BINOWN} -g ${BINGRP} -m 755 \
391c99b67a7SBryan Drewery	    ${SDESTDIR}${INCLUDEDIR}/${_MARCH}/pc; \
39228d60d6aSWarner Losh	cd ${SRCTOP}/sys/${_MARCH}/include/pc; \
3938b8babf0SKyle Evans	${INSTALL} -C ${TAG_ARGS:D${TAG_ARGS},dev} -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
394c99b67a7SBryan Drewery	    ${SDESTDIR}${INCLUDEDIR}/${_MARCH}/pc
3958f3e5dd0SWarner Losh.endif
3968f3e5dd0SWarner Losh.endif
397544de89dSJohn Baldwin.endfor
39859deaec5SRodney W. Grimes
399060f0a17SEmmanuel Vadotsymlinks: .PHONY .META
400060f0a17SEmmanuel Vadot	@${ECHO} "Setting up symlinks to kernel source tree..."
401060f0a17SEmmanuel Vadot.for i in ${LDIRS}
402060f0a17SEmmanuel Vadot	cd ${SRCTOP}; ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \
403060f0a17SEmmanuel Vadot	    $$(printf '../../../%s ' sys/$i/*.h) ${SDESTDIR}${INCLUDEDIR}/$i
404060f0a17SEmmanuel Vadot.endfor
405b6271cc0SEd Maste.for i in ${LSUBDIRS:Ndev/agp:Ndev/acpica:Ndev/evdev:Ndev/hid:Ndev/hyperv:Ndev/pci:Ndev/veriexec:Ndev/wg}
406060f0a17SEmmanuel Vadot	cd ${SRCTOP}; ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \
407060f0a17SEmmanuel Vadot	    $$(printf '../../../../%s ' sys/$i/*.h) ${SDESTDIR}${INCLUDEDIR}/$i
408060f0a17SEmmanuel Vadot.endfor
409060f0a17SEmmanuel Vadot	${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \
410060f0a17SEmmanuel Vadot	    $$(printf '../../../../sys/dev/acpica/%s ' acpiio.h acpi_hpet.h) \
411060f0a17SEmmanuel Vadot	    ${SDESTDIR}${INCLUDEDIR}/dev/acpica; \
412060f0a17SEmmanuel Vadot	${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} ../../../../sys/dev/agp/agpreg.h \
413060f0a17SEmmanuel Vadot	    ${SDESTDIR}${INCLUDEDIR}/dev/agp; \
414060f0a17SEmmanuel Vadot	${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \
415060f0a17SEmmanuel Vadot	    $$(printf '../../../../sys/dev/evdev/%s ' input.h input-event-codes.h uinput.h) \
416060f0a17SEmmanuel Vadot	    ${SDESTDIR}${INCLUDEDIR}/dev/evdev;
417060f0a17SEmmanuel Vadot	${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \
418060f0a17SEmmanuel Vadot	    $$(printf '../../../../sys/dev/hid/%s ' hid.h hidraw.h) \
419060f0a17SEmmanuel Vadot	    ${SDESTDIR}${INCLUDEDIR}/dev/hid; \
420060f0a17SEmmanuel Vadot	${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} ../../../../sys/dev/hyperv/include/hyperv.h \
421060f0a17SEmmanuel Vadot	    ${SDESTDIR}${INCLUDEDIR}/dev/hyperv; \
422060f0a17SEmmanuel Vadot	${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} ../../../../sys/dev/hyperv/utilities/hv_snapshot.h \
423060f0a17SEmmanuel Vadot	    ${SDESTDIR}${INCLUDEDIR}/dev/hyperv; \
424060f0a17SEmmanuel Vadot	${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} ../../../../sys/dev/pci/pcireg.h \
425060f0a17SEmmanuel Vadot	    ${SDESTDIR}${INCLUDEDIR}/dev/pci; \
426060f0a17SEmmanuel Vadot	${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} ../../../../sys/dev/veriexec/veriexec_ioctl.h \
427060f0a17SEmmanuel Vadot	    ${SDESTDIR}${INCLUDEDIR}/dev/veriexec;
428060f0a17SEmmanuel Vadot.for i in ${LSUBSUBDIRS}
429060f0a17SEmmanuel Vadot	cd ${SRCTOP}; ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \
430060f0a17SEmmanuel Vadot	    $$(printf '../../../../../%s ' sys/$i/*.h) ${SDESTDIR}${INCLUDEDIR}/$i
431060f0a17SEmmanuel Vadot.endfor
432060f0a17SEmmanuel Vadot.if ${MK_IPFILTER} != "no"
433060f0a17SEmmanuel Vadot	cd ${SRCTOP}; ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \
4343b9b51feSCy Schubert	    $$(printf '../../../%s ' sys/netpfil/ipfilter/netinet/*.h) \
435060f0a17SEmmanuel Vadot	    ${SDESTDIR}${INCLUDEDIR}/netinet;
436060f0a17SEmmanuel Vadot.endif
437060f0a17SEmmanuel Vadot.if ${MK_PF} != "no"
438060f0a17SEmmanuel Vadot	cd ${SRCTOP}; ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \
439060f0a17SEmmanuel Vadot	    $$(printf '../../../../%s ' sys/netpfil/pf/*.h) \
440060f0a17SEmmanuel Vadot	    ${SDESTDIR}${INCLUDEDIR}/netpfil/pf;
441060f0a17SEmmanuel Vadot.endif
4427af04dffSJohn Baldwin	${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} ../../../sys/opencrypto/cryptodev.h \
443060f0a17SEmmanuel Vadot	    ${SDESTDIR}${INCLUDEDIR}/crypto; \
444060f0a17SEmmanuel Vadot	cd ${SRCTOP}; ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \
445060f0a17SEmmanuel Vadot	    $$(printf '../../../%s ' sys/${MACHINE}/include/*.h) \
446060f0a17SEmmanuel Vadot	    ${SDESTDIR}${INCLUDEDIR}/machine;
447060f0a17SEmmanuel Vadot.if exists(${SRCTOP}/sys/${MACHINE}/include/pc)
448060f0a17SEmmanuel Vadot	cd ${SRCTOP}; ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \
449060f0a17SEmmanuel Vadot	    $$(printf '../../../../%s ' sys/${MACHINE}/include/pc/*.h) \
450060f0a17SEmmanuel Vadot	    ${SDESTDIR}${INCLUDEDIR}/machine/pc;
451060f0a17SEmmanuel Vadot.endif
452060f0a17SEmmanuel Vadot.for _MARCH in ${_MARCHS}
453060f0a17SEmmanuel Vadot.if exists(${SRCTOP}/sys/${_MARCH}/include)
454060f0a17SEmmanuel Vadot	${INSTALL} -d ${TAG_ARGS:D${TAG_ARGS},dev} -o ${BINOWN} -g ${BINGRP} -m 755 \
455060f0a17SEmmanuel Vadot	    ${SDESTDIR}${INCLUDEDIR}/${_MARCH}; \
456060f0a17SEmmanuel Vadot	cd ${SRCTOP}; ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \
457060f0a17SEmmanuel Vadot	    $$(printf '../../../%s ' sys/${_MARCH}/include/*.h) \
458060f0a17SEmmanuel Vadot	    ${SDESTDIR}${INCLUDEDIR}/${_MARCH};
459060f0a17SEmmanuel Vadot.if exists(${SRCTOP}/sys/${_MARCH}/include/pc)
460060f0a17SEmmanuel Vadot	${INSTALL} -d ${TAG_ARGS:D${TAG_ARGS},dev} -o ${BINOWN} -g ${BINGRP} -m 755 \
461060f0a17SEmmanuel Vadot	    ${SDESTDIR}${INCLUDEDIR}/${_MARCH}/pc; \
462060f0a17SEmmanuel Vadot	cd ${SRCTOP}; ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \
463060f0a17SEmmanuel Vadot	    $$(printf '../../../../%s ' sys/${_MARCH}/include/pc/*.h) \
464060f0a17SEmmanuel Vadot	    ${SDESTDIR}${INCLUDEDIR}/${_MARCH}/pc;
465060f0a17SEmmanuel Vadot.endif
466060f0a17SEmmanuel Vadot.endif
467060f0a17SEmmanuel Vadot.endfor
468060f0a17SEmmanuel Vadot	cd ${SRCTOP}; ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \
469060f0a17SEmmanuel Vadot	    $$(printf '../../../../%s ' sys/fs/cd9660/*.h) \
470060f0a17SEmmanuel Vadot	    ${SDESTDIR}${INCLUDEDIR}/isofs/cd9660; \
471060f0a17SEmmanuel Vadot	cd ${SRCTOP}; ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \
472060f0a17SEmmanuel Vadot	    $$(printf '../../../sys/rpc/%s ' rpcsec_tls.h types.h) \
473060f0a17SEmmanuel Vadot	    ${SDESTDIR}${INCLUDEDIR}/rpc;
474060f0a17SEmmanuel Vadot	cd ${SRCTOP}/sys/rpc;
475060f0a17SEmmanuel Vadot.if ${MK_CDDL} != "no"
476060f0a17SEmmanuel Vadot	${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \
477060f0a17SEmmanuel Vadot	    ../../../sys/contrib/openzfs/include/sys/nvpair.h \
478060f0a17SEmmanuel Vadot	    ${SDESTDIR}${INCLUDEDIR}/sys
479060f0a17SEmmanuel Vadot.endif
480060f0a17SEmmanuel Vadot.if ${MK_MLX5TOOL} != "no"
481060f0a17SEmmanuel Vadot	${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} ../../../../sys/dev/mlx5/mlx5io.h \
482060f0a17SEmmanuel Vadot	    ${SDESTDIR}${INCLUDEDIR}/dev/mlx5
483060f0a17SEmmanuel Vadot.endif
484060f0a17SEmmanuel Vadot
48594086ceaSBryan Drewery.include <bsd.prog.mk>
48694086ceaSBryan Drewery
487060f0a17SEmmanuel Vadotinstallincludes: ${SHARED}
488060f0a17SEmmanuel Vadot${SHARED}: compat
48994086ceaSBryan Drewery
490dbf5bd50SBryan Drewery.if ${MACHINE} == "host" && !defined(_SKIP_BUILD)
4911a682d2cSSimon J. Gerraty# we're here because we are building a sysroot...
4921a682d2cSSimon J. Gerraty# we need MACHINE et al set correctly
4931a682d2cSSimon J. GerratyHOST_MACHINE!= uname -m
4941a682d2cSSimon J. GerratyHOST_MACHINE_ARCH!= uname -p
4951a682d2cSSimon J. GerratyMACHINE:= ${HOST_MACHINE}
4961a682d2cSSimon J. GerratyMACHINE_ARCH:= ${HOST_MACHINE_ARCH}
4971a682d2cSSimon J. Gerraty.endif
4981a2249ffSBrooks Davis
4991a2249ffSBrooks Davischeck-ldirs:
5001a2249ffSBrooks Davis	missing_dirs=""; \
5011a2249ffSBrooks Davis	for dir in ${LDIRS} ${LSUBDIRS} ${LSUBSUBDIRS}; do \
5021a2249ffSBrooks Davis		if [ ! -d ${SRCTOP}/sys/$$dir ]; then \
5031a2249ffSBrooks Davis			echo "${SRCTOP}/sys/$$dir"; \
5041a2249ffSBrooks Davis			missing_dirs="$$missing_dirs $$dir"; \
5051a2249ffSBrooks Davis		fi; \
5061a2249ffSBrooks Davis	done; \
5071a2249ffSBrooks Davis	if [ -n "$$missing_dirs" ]; then \
5081a2249ffSBrooks Davis		echo "Nonexistant directories:" $$missing_dirs; \
5091a2249ffSBrooks Davis		false; \
5101a2249ffSBrooks Davis	fi
511