1996997fdSBruce Evans# @(#)Makefile 8.2 (Berkeley) 1/4/94 2a4add9a9SPeter Wemm# $FreeBSD$ 359deaec5SRodney W. Grimes# 4a270eca5SBruce Evans# Doing a "make install" builds /usr/include. 559deaec5SRodney W. Grimes 6c6063d0dSWarner Losh.include <src.opts.mk> 7e1fe3dbaSRuslan Ermilov 8bf24694cSGlen BarberPACKAGE=runtime 98e8319a6SBryan DreweryCLEANFILES= osreldate.h version 10dd987372STijl CoosemansSUBDIR= arpa protocols rpcsvc rpc xlocale 11a09ea2bbSBrooks Davis.if ${MACHINE_CPUARCH} == "amd64" 12a09ea2bbSBrooks DavisSUBDIR+= i386 13a09ea2bbSBrooks Davis.endif 14aa92269eSBryan DrewerySUBDIR_PARALLEL= 158bdfc6bfSTim J. RobbinsINCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \ 1616133e15STim J. Robbins db.h \ 17*30e0d2a5SWarner Losh dirent.h dlfcn.h elf.h elf-hints.h endian.h err.h fmtmsg.h fnmatch.h \ 18*30e0d2a5SWarner Losh fstab.h fts.h ftw.h getopt.h glob.h grp.h \ 191e3f1446SDavid E. O'Brien ieeefp.h ifaddrs.h \ 20c544e42bSMarcel Moolenaar inttypes.h iso646.h kenv.h langinfo.h libgen.h limits.h link.h \ 216b2c15daSJason Evans locale.h malloc.h malloc_np.h memory.h monetary.h mpool.h mqueue.h \ 221332b4bdSRuslan Ermilov ndbm.h netconfig.h \ 23401a7f6fSPeter Wemm netdb.h nl_types.h nlist.h nss.h nsswitch.h paths.h \ 2475067f4fSPoul-Henning Kamp printf.h proc_service.h pthread.h \ 25763ed733SEd Schouten pthread_np.h pwd.h ranlib.h readpassphrase.h regex.h \ 26160b4b92SKonstantin Belousov res_update.h resolv.h runetype.h sched.h \ 27160b4b92SKonstantin Belousov search.h semaphore.h setjmp.h \ 2806bee445SEd Schouten signal.h spawn.h stab.h stdalign.h stdbool.h stddef.h \ 29367bebd4SEd Schouten stdnoreturn.h stdio.h stdlib.h string.h stringlist.h \ 30f14ad5faSEd Schouten strings.h sysexits.h tar.h termios.h tgmath.h \ 31b902e8b2SStefan Farfeleder time.h timeconv.h timers.h ttyent.h \ 3250c77c6eSEd Schouten uchar.h ulimit.h unistd.h utime.h utmpx.h uuid.h varargs.h \ 33a8ed63bbSDavid Chisnall wchar.h wctype.h wordexp.h xlocale.h 3459deaec5SRodney W. Grimes 3528d60d6aSWarner Losh.PATH: ${SRCTOP}/contrib/libc-vis 368ccca122SBrooks DavisINCS+= vis.h 378ccca122SBrooks Davis 38fefa0fd5SAlexander KabaevMHDRS= float.h floatingpoint.h stdarg.h 39917e476dSPeter Dufault 40160b4b92SKonstantin BelousovPHDRS= _semaphore.h 41917e476dSPeter Dufault 4206bee445SEd SchoutenLHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdatomic.h stdint.h \ 4306bee445SEd Schouten syslog.h ucontext.h 4459deaec5SRodney W. Grimes 450594b287SEmmanuel VadotLDIRS= geom net net80211 netgraph netinet netinet6 \ 4611ca01e9SAlexander V. Chernikov netipsec netlink netsmb nfs nfsclient nfsserver sys vm 4715f3c66cSMarcel Moolenaar 48663b174bSEmmanuel VadotLSUBDIRS= dev/acpica dev/agp dev/ciss dev/filemon dev/firewire \ 49060f0a17SEmmanuel Vadot dev/hwpmc dev/hyperv \ 50f187d6dfSKyle Evans dev/ic dev/iicbus dev/io dev/mfi dev/mmc dev/nvme \ 51060f0a17SEmmanuel Vadot dev/ofw dev/pbio dev/pci ${_dev_powermac_nvram} dev/ppbus dev/pwm \ 52744bfb21SJohn Baldwin dev/smbus dev/speaker dev/tcp_log dev/veriexec dev/vkbd dev/wg \ 53f5a95d9aSWarner Losh fs/devfs fs/fdescfs fs/msdosfs fs/nfs fs/nullfs \ 54237abf0cSDavide Italiano fs/procfs fs/smbfs fs/udf fs/unionfs \ 55f348204cSPawel Jakub Dawidek geom/cache geom/concat geom/eli geom/gate geom/journal geom/label \ 56b3f9d8c8SEdward Tomasz Napierala geom/mirror geom/mountver geom/multipath geom/nop \ 57c7996ddfSKirk McKusick geom/raid geom/raid3 geom/shsec geom/stripe geom/union geom/virstor \ 58772e66a6SGleb Smirnoff net/altq \ 59a6663252SAlexander V. Chernikov net/route \ 60fdbe44b0SGleb Smirnoff netgraph/atm netgraph/netflow \ 61d519cedbSGleb Smirnoff netinet/cc \ 62e5054602SMark Johnston netinet/netdump \ 63d371ed1cSOlivier Cochard netinet/tcp_stacks \ 6411ca01e9SAlexander V. Chernikov netlink/route \ 65fdbe44b0SGleb Smirnoff security/mac_biba security/mac_bsdextended security/mac_lomac \ 66fdbe44b0SGleb Smirnoff security/mac_mls security/mac_partition \ 67eb12b8eaSSimon J. Gerraty security/mac_veriexec \ 6850875ed2SMarcel Moolenaar sys/disk \ 6951be47e4SMark Murray ufs/ffs ufs/ufs 7015f3c66cSMarcel Moolenaar 7111c63edeSAndrew ThompsonLSUBSUBDIRS= dev/mpt/mpilib 72c16e2101SJohn Baldwin 73f61a3898SEmmanuel Vadot.PATH: ${SRCTOP}/sys/dev/acpica 74f61a3898SEmmanuel VadotACPICA= acpi_hpet.h \ 75f61a3898SEmmanuel Vadot acpiio.h 76f61a3898SEmmanuel VadotACPICADIR= ${INCLUDEDIR}/dev/acpica 77f61a3898SEmmanuel Vadot 78f61a3898SEmmanuel Vadot.PATH: ${SRCTOP}/sys/dev/agp 79f61a3898SEmmanuel VadotAGP= agpreg.h 80f61a3898SEmmanuel VadotAGPDIR= ${INCLUDEDIR}/dev/agp 81f61a3898SEmmanuel Vadot 828c3eaf24SEmmanuel Vadot.PATH: ${SRCTOP}/sys/bsm 838c3eaf24SEmmanuel VadotBSM= audit.h \ 848c3eaf24SEmmanuel Vadot audit_errno.h \ 858c3eaf24SEmmanuel Vadot audit_internal.h \ 868c3eaf24SEmmanuel Vadot audit_record.h \ 878c3eaf24SEmmanuel Vadot audit_domain.h \ 888c3eaf24SEmmanuel Vadot audit_fcntl.h \ 898c3eaf24SEmmanuel Vadot audit_kevents.h \ 908c3eaf24SEmmanuel Vadot audit_socket_type.h 918c3eaf24SEmmanuel VadotBSMPACKAGE= libbsm 928c3eaf24SEmmanuel VadotBSMDIR= ${INCLUDEDIR}/bsm 938c3eaf24SEmmanuel Vadot 948c3eaf24SEmmanuel Vadot.PATH: ${SRCTOP}/sys/security/audit 958c3eaf24SEmmanuel VadotSECAUDIT= audit.h \ 968c3eaf24SEmmanuel Vadot audit_ioctl.h \ 978c3eaf24SEmmanuel Vadot audit_private.h 988c3eaf24SEmmanuel VadotSECAUDITPACKAGE= libbsm 998c3eaf24SEmmanuel VadotSECAUDITDIR= ${INCLUDEDIR}/security/audit 1008c3eaf24SEmmanuel Vadot 1010594b287SEmmanuel Vadot.PATH: ${SRCTOP}/sys/cam 1020594b287SEmmanuel VadotCAM= cam.h \ 1030594b287SEmmanuel Vadot cam_ccb.h \ 1040594b287SEmmanuel Vadot cam_compat.h \ 1050594b287SEmmanuel Vadot cam_debug.h \ 1060594b287SEmmanuel Vadot cam_iosched.h \ 1070594b287SEmmanuel Vadot cam_periph.h \ 1080594b287SEmmanuel Vadot cam_queue.h \ 1090594b287SEmmanuel Vadot cam_sim.h \ 1100594b287SEmmanuel Vadot cam_xpt.h \ 1110594b287SEmmanuel Vadot cam_xpt_internal.h \ 1120594b287SEmmanuel Vadot cam_xpt_periph.h \ 1130594b287SEmmanuel Vadot cam_xpt_sim.h 1140594b287SEmmanuel VadotCAMDIR= ${INCLUDEDIR}/cam 1150594b287SEmmanuel Vadot 1160594b287SEmmanuel Vadot.PATH: ${SRCTOP}/sys/cam/ata 1170594b287SEmmanuel VadotCAMATA= ata_all.h 1180594b287SEmmanuel VadotCAMATADIR= ${INCLUDEDIR}/cam/ata 1190594b287SEmmanuel Vadot 1200594b287SEmmanuel Vadot.PATH: ${SRCTOP}/sys/cam/mmc 1210594b287SEmmanuel VadotCAMMMC= mmc.h \ 1220594b287SEmmanuel Vadot mmc_bus.h \ 1230594b287SEmmanuel Vadot mmc_all.h 1240594b287SEmmanuel VadotCAMMMCDIR= ${INCLUDEDIR}/cam/mmc 1250594b287SEmmanuel Vadot 1260594b287SEmmanuel Vadot.PATH: ${SRCTOP}/sys/cam/nvme 1270594b287SEmmanuel VadotCAMNVME= nvme_all.h 1280594b287SEmmanuel VadotCAMNVMEDIR= ${INCLUDEDIR}/cam/nvme 1290594b287SEmmanuel Vadot 1300594b287SEmmanuel Vadot.PATH: ${SRCTOP}/sys/cam/scsi 1310594b287SEmmanuel VadotCAMSCSI= scsi_all.h \ 1320594b287SEmmanuel Vadot scsi_cd.h \ 1330594b287SEmmanuel Vadot scsi_ch.h \ 1340594b287SEmmanuel Vadot scsi_da.h \ 1350594b287SEmmanuel Vadot scsi_enc.h \ 1360594b287SEmmanuel Vadot scsi_enc_internal.h \ 1370594b287SEmmanuel Vadot scsi_iu.h \ 1380594b287SEmmanuel Vadot scsi_message.h \ 1390594b287SEmmanuel Vadot scsi_pass.h \ 1400594b287SEmmanuel Vadot scsi_pt.h \ 1410594b287SEmmanuel Vadot scsi_sa.h \ 1420594b287SEmmanuel Vadot scsi_ses.h \ 1430594b287SEmmanuel Vadot scsi_sg.h \ 1440594b287SEmmanuel Vadot scsi_targetio.h \ 1450594b287SEmmanuel Vadot smp_all.h 1460594b287SEmmanuel VadotCAMSCSIDIR= ${INCLUDEDIR}/cam/scsi 1470594b287SEmmanuel Vadot 148f61a3898SEmmanuel Vadot.PATH: ${SRCTOP}/sys/fs/cd9660 149f61a3898SEmmanuel VadotFS9660= cd9660_mount.h \ 150f61a3898SEmmanuel Vadot cd9660_node.h \ 151f61a3898SEmmanuel Vadot cd9660_rrip.h \ 152f61a3898SEmmanuel Vadot iso.h \ 153f61a3898SEmmanuel Vadot iso_rrip.h 154f61a3898SEmmanuel VadotFS9660DIR= ${INCLUDEDIR}/isofs/cd9660 155f61a3898SEmmanuel Vadot 156f61a3898SEmmanuel Vadot.PATH: ${SRCTOP}/sys/dev/evdev 157f61a3898SEmmanuel VadotEVDEV= input.h \ 158f61a3898SEmmanuel Vadot input-event-codes.h \ 159f61a3898SEmmanuel Vadot uinput.h 160f61a3898SEmmanuel VadotEVDEVDIR= ${INCLUDEDIR}/dev/evdev 161f61a3898SEmmanuel Vadot 16267de2db2SVladimir Kondratyev.PATH: ${SRCTOP}/sys/dev/hid 16394773907SVladimir KondratyevHID= hid.h \ 16494773907SVladimir Kondratyev hidraw.h 16567de2db2SVladimir KondratyevHIDDIR= ${INCLUDEDIR}/dev/hid 16667de2db2SVladimir Kondratyev 167f61a3898SEmmanuel Vadot.PATH: ${SRCTOP}/sys/dev/hyperv/include ${SRCTOP}/sys/dev/hyperv/utilities 168f61a3898SEmmanuel VadotHYPERV= hv_snapshot.h \ 169f61a3898SEmmanuel Vadot hyperv.h 170f61a3898SEmmanuel VadotHYPERVDIR= ${INCLUDEDIR}/dev/hyperv 171f61a3898SEmmanuel Vadot 172f61a3898SEmmanuel Vadot.PATH: ${SRCTOP}/sys/opencrypto 173283352ddSJohn BaldwinOPENCRYPTO= cryptodev.h 174f61a3898SEmmanuel VadotOPENCRYPTODIR= ${INCLUDEDIR}/crypto 175f61a3898SEmmanuel Vadot 176f61a3898SEmmanuel Vadot.PATH: ${SRCTOP}/sys/dev/pci 177f61a3898SEmmanuel VadotPCI= pcireg.h 178f61a3898SEmmanuel VadotPCIDIR= ${INCLUDEDIR}/dev/pci 179f61a3898SEmmanuel Vadot 180f61a3898SEmmanuel Vadot.PATH: ${SRCTOP}/sys/dev/veriexec 181f61a3898SEmmanuel VadotVERIEXEC= veriexec_ioctl.h 182f61a3898SEmmanuel VadotVERIEXECDIR= ${INCLUDEDIR}/dev/veriexec 183f61a3898SEmmanuel Vadot 1843b9b51feSCy Schubert.PATH: ${SRCTOP}/sys/netpfil/ipfilter/netinet 185f61a3898SEmmanuel VadotIPFILTER= ip_auth.h \ 186f61a3898SEmmanuel Vadot ip_compat.h \ 187f61a3898SEmmanuel Vadot ip_dstlist.h \ 188f61a3898SEmmanuel Vadot ip_fil.h \ 189f61a3898SEmmanuel Vadot ip_frag.h \ 190f61a3898SEmmanuel Vadot ip_htable.h \ 191f61a3898SEmmanuel Vadot ip_lookup.h \ 192f61a3898SEmmanuel Vadot ip_nat.h \ 193f61a3898SEmmanuel Vadot ip_pool.h \ 194f61a3898SEmmanuel Vadot ip_proxy.h \ 195f61a3898SEmmanuel Vadot ip_rules.h \ 196f61a3898SEmmanuel Vadot ip_scan.h \ 197f61a3898SEmmanuel Vadot ip_state.h \ 198f61a3898SEmmanuel Vadot ip_sync.h \ 199f61a3898SEmmanuel Vadot ipf_rb.h \ 200f61a3898SEmmanuel Vadot ipl.h \ 201f61a3898SEmmanuel Vadot radix_ipf.h 202f61a3898SEmmanuel VadotIPFILTERDIR= ${INCLUDEDIR}/netinet 203f61a3898SEmmanuel Vadot 204f61a3898SEmmanuel Vadot.PATH: ${SRCTOP}/sys/netpfil/pf 205f61a3898SEmmanuel VadotPF= pf.h \ 206f61a3898SEmmanuel Vadot pf_altq.h \ 207f61a3898SEmmanuel Vadot pf_mtag.h 208f61a3898SEmmanuel VadotPFPACKAGE= pf 209f61a3898SEmmanuel VadotPFDIR= ${INCLUDEDIR}/netpfil/pf 210f61a3898SEmmanuel Vadot 211f61a3898SEmmanuel Vadot.PATH: ${SRCTOP}/sys/rpc 212f61a3898SEmmanuel VadotRPC= rpcsec_tls.h \ 213f61a3898SEmmanuel Vadot types.h 214f61a3898SEmmanuel VadotRPCDIR= ${INCLUDEDIR}/rpc 215f61a3898SEmmanuel Vadot 216f61a3898SEmmanuel Vadot.PATH: ${SRCTOP}/sys/teken 217f61a3898SEmmanuel VadotTEKEN= teken.h 218f61a3898SEmmanuel VadotTEKENDIR= ${INCLUDEDIR}/teken 219f61a3898SEmmanuel Vadot 220f61a3898SEmmanuel Vadot.PATH: ${SRCTOP}/sys/contrib/openzfs/include/sys 221f61a3898SEmmanuel VadotNVPAIR= nvpair.h 222f61a3898SEmmanuel VadotNVPAIRDIR= ${INCLUDEDIR}/sys 223f61a3898SEmmanuel Vadot 224f61a3898SEmmanuel Vadot.PATH: ${SRCTOP}/sys/dev/mlx5 225f61a3898SEmmanuel VadotMLX5= mlx5io.h 226f61a3898SEmmanuel VadotMLX5DIR= ${INCLUDEDIR}/dev/mlx5 227f61a3898SEmmanuel Vadot 228744bfb21SJohn Baldwin.PATH: ${SRCTOP}/sys/dev/wg 229744bfb21SJohn BaldwinWG= if_wg.h 230744bfb21SJohn BaldwinWGDIR= ${INCLUDEDIR}/dev/wg 231744bfb21SJohn Baldwin 232f61a3898SEmmanuel VadotINCSGROUPS= INCS \ 233f61a3898SEmmanuel Vadot ACPICA \ 234f61a3898SEmmanuel Vadot AGP \ 235f41efc45SEmmanuel Vadot BSM \ 2360594b287SEmmanuel Vadot CAM \ 2370594b287SEmmanuel Vadot CAMATA \ 2380594b287SEmmanuel Vadot CAMMMC \ 2390594b287SEmmanuel Vadot CAMNVME \ 2400594b287SEmmanuel Vadot CAMSCSI \ 241f61a3898SEmmanuel Vadot CRYPTO \ 242f61a3898SEmmanuel Vadot EVDEV \ 243f61a3898SEmmanuel Vadot FS9660 \ 24467de2db2SVladimir Kondratyev HID \ 245f61a3898SEmmanuel Vadot HYPERV \ 246f61a3898SEmmanuel Vadot OPENCRYPTO \ 247f61a3898SEmmanuel Vadot PCI \ 248f61a3898SEmmanuel Vadot RPC \ 249f41efc45SEmmanuel Vadot SECAUDIT \ 250f61a3898SEmmanuel Vadot TEKEN \ 251744bfb21SJohn Baldwin VERIEXEC \ 252744bfb21SJohn Baldwin WG 253f61a3898SEmmanuel Vadot 254f61a3898SEmmanuel Vadot.if ${MK_IPFILTER} != "no" 255f61a3898SEmmanuel VadotINCSGROUPS+= IPFILTER 256f61a3898SEmmanuel Vadot.endif 257f61a3898SEmmanuel Vadot 258f61a3898SEmmanuel Vadot.if ${MK_PF} != "no" 259f61a3898SEmmanuel VadotINCSGROUPS+= PF 260f61a3898SEmmanuel Vadot.endif 261f61a3898SEmmanuel Vadot 262f61a3898SEmmanuel Vadot.if ${MK_CDDL} != "no" 263f61a3898SEmmanuel VadotINCSGROUPS+= NVPAIR 264f61a3898SEmmanuel Vadot.endif 265f61a3898SEmmanuel Vadot 266f61a3898SEmmanuel Vadot.if ${MK_MLX5TOOL} != "no" 267f61a3898SEmmanuel VadotINCSGROUPS+= MLX5 268f61a3898SEmmanuel Vadot.endif 269f61a3898SEmmanuel Vadot 2707e4a2c28SEnji Cooper.if ${MK_BLUETOOTH} != "no" 2717e4a2c28SEnji CooperLSUBSUBDIRS+= netgraph/bluetooth/include 2727e4a2c28SEnji Cooper.endif 2737e4a2c28SEnji Cooper 2748b77741eSEnji Cooper.if ${MK_CUSE} != "no" 2758b77741eSEnji CooperLSUBDIRS+= fs/cuse 2768b77741eSEnji Cooper.endif 2778b77741eSEnji Cooper 278dd987372STijl Coosemans.if ${MK_GSSAPI} != "no" 279dd987372STijl CoosemansSUBDIR+= gssapi 280dd987372STijl CoosemansINCS+= gssapi.h 281dd987372STijl Coosemans.endif 282dd987372STijl Coosemans 283e1fe3dbaSRuslan Ermilov.if ${MK_HESIOD} != "no" 2843d86554cSPoul-Henning KampINCS+= hesiod.h 2853d86554cSPoul-Henning Kamp.endif 2863d86554cSPoul-Henning Kamp 2870ff204bbSPeter Wemm# Handle the #define aliases for libiconv 2880ff204bbSPeter Wemm.if ${MK_ICONV} == "yes" 289912ce912SPeter WemmINCS+= iconv.h 2900ff204bbSPeter Wemm.endif 2910ff204bbSPeter Wemm 2927e4a2c28SEnji Cooper.if ${MK_USB} != "no" 2937e4a2c28SEnji CooperLSUBDIRS+= dev/usb 2947e4a2c28SEnji Cooper.endif 2957e4a2c28SEnji Cooper 296b963e10dSBrandon Bergren.if ${MACHINE_CPUARCH} == "powerpc" && ${MACHINE_ARCH} != "powerpcspe" 2977e4a2c28SEnji Cooper_dev_powermac_nvram= dev/powermac_nvram 2987e4a2c28SEnji Cooper.endif 2990ff204bbSPeter Wemm 300060f0a17SEmmanuel Vadot# Define SHARED to indicate whether you want symbolic links to the system 301060f0a17SEmmanuel Vadot# source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is 302060f0a17SEmmanuel Vadot# probably only useful for developers and should be avoided if you do not 303060f0a17SEmmanuel Vadot# wish to tie your /usr/include and /usr/src together. 304060f0a17SEmmanuel Vadot#SHARED= symlinks 305060f0a17SEmmanuel VadotSHARED?= copies 306060f0a17SEmmanuel Vadot 307c7b111cbSRuslan ErmilovINCS+= osreldate.h 3083672faeaSPeter Wemm 30928d60d6aSWarner LoshSYSDIR= ${SRCTOP}/sys 3100210509aSIan LeporeNEWVERS_SH= ${SYSDIR}/conf/newvers.sh 3110210509aSIan LeporePARAM_H= ${SYSDIR}/sys/param.h 312bfe5c479SIan LeporeMK_OSRELDATE_SH= ${.CURDIR}/mk-osreldate.sh 313bfe5c479SIan Lepore 31434ecf418SBryan DrewerySYMLINKS+= ${LIBDIR:C,[^/]+,..,g:C,^/,,}${INCLUDEDIR} ${LIBDIR}/include 315d32e83c2SBryan Drewery 3168e8319a6SBryan Dreweryosreldate.h: ${NEWVERS_SH} ${PARAM_H} ${MK_OSRELDATE_SH} 3178e8319a6SBryan Drewery env NEWVERS_SH=${NEWVERS_SH} PARAMFILE=${PARAM_H} SYSDIR=${SYSDIR} \ 318dd5f1297SIan Lepore sh ${MK_OSRELDATE_SH} 3193672faeaSPeter Wemm 320a7aaf57eSRuslan Ermilov.for i in ${LHDRS} 321c7b111cbSRuslan ErmilovINCSLINKS+= sys/$i ${INCLUDEDIR}/$i 32202cca882SMarcel Moolenaar.endfor 323a7aaf57eSRuslan Ermilov.for i in ${MHDRS} 324c7b111cbSRuslan ErmilovINCSLINKS+= machine/$i ${INCLUDEDIR}/$i 32502cca882SMarcel Moolenaar.endfor 326a7aaf57eSRuslan Ermilov.for i in ${PHDRS} 3276aeb05d7STom RhodesINCSLINKS+= sys/$i ${INCLUDEDIR}/$i 32802cca882SMarcel Moolenaar.endfor 32915f3c66cSMarcel Moolenaar 33025faff34SWarner Losh.if ${MACHINE} != ${MACHINE_CPUARCH} 331544de89dSJohn Baldwin_MARCHS= ${MACHINE_CPUARCH} 332544de89dSJohn Baldwin.endif 333544de89dSJohn Baldwin.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" 334544de89dSJohn Baldwin_MARCHS+= x86 3358f3e5dd0SWarner Losh.endif 3368f3e5dd0SWarner Losh 337060f0a17SEmmanuel VadotMETA_TARGETS+= compat 338060f0a17SEmmanuel Vadotstage_includes: ${SHARED} 339c99b67a7SBryan DrewerySDESTDIR= ${SYSROOT:U${DESTDIR}} 3407750ad47SMarcel Moolenaar 341a270eca5SBruce Evans# Take care of stale directory-level symlinks. 3428d30571dSAlex Richardson# Note: The "|| true" after find is needed in case one of the directories does 3438d30571dSAlex Richardson# not exist (yet). 344060f0a17SEmmanuel Vadotcompat: 3458d30571dSAlex Richardson cd ${SDESTDIR}${INCLUDEDIR}; find ${LDIRS} ${LSUBDIRS} machine ${_MARCHS} \ 3468d30571dSAlex Richardson crypto -maxdepth 0 -mindepth 0 -type l -print -delete || true 347a52fd948SAlex Richardson mtree -deU ${NO_ROOT:D-W} ${MTREE_FOLLOWS_SYMLINKS} \ 34828d60d6aSWarner Losh -f ${SRCTOP}/etc/mtree/BSD.include.dist \ 349c99b67a7SBryan Drewery -p ${SDESTDIR}${INCLUDEDIR} > /dev/null 350a09ea2bbSBrooks Davis.if ${MACHINE_CPUARCH} == "amd64" 351a09ea2bbSBrooks Davis ${INSTALL} -d ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 755 \ 352a09ea2bbSBrooks Davis ${SDESTDIR}${INCLUDEDIR}/i386 353a09ea2bbSBrooks Davis.endif 354a270eca5SBruce Evans 355060f0a17SEmmanuel Vadotcopies: .PHONY .META 3568d30571dSAlex Richardson cd ${SDESTDIR}${INCLUDEDIR}; find ${LDIRS} ${LSUBDIRS} ${LSUBSUBDIRS} crypto \ 3578d30571dSAlex Richardson machine machine/pc ${_MARCHS} -maxdepth 1 -mindepth 1 -type l \ 3588d30571dSAlex Richardson -name "*.h" -print -delete || true 359060f0a17SEmmanuel Vadot.for i in ${LDIRS} ${LSUBDIRS:Ndev/agp:Ndev/acpica:Ndev/evdev:Ndev/hid:Ndev/hyperv:Ndev/pci:Ndev/veriexec} ${LSUBSUBDIRS} 36028d60d6aSWarner Losh cd ${SRCTOP}/sys; \ 3618b8babf0SKyle Evans ${INSTALL} -C ${TAG_ARGS:D${TAG_ARGS},dev} -o ${BINOWN} -g ${BINGRP} -m 444 $i/*.h \ 362c99b67a7SBryan Drewery ${SDESTDIR}${INCLUDEDIR}/$i 36315f3c66cSMarcel Moolenaar.endfor 36428d60d6aSWarner Losh cd ${SRCTOP}/sys/${MACHINE}/include; \ 3658b8babf0SKyle Evans ${INSTALL} -C ${TAG_ARGS:D${TAG_ARGS},dev} -o ${BINOWN} -g ${BINGRP} -m 444 *.h \ 366c99b67a7SBryan Drewery ${SDESTDIR}${INCLUDEDIR}/machine 36728d60d6aSWarner Losh.if exists(${SRCTOP}/sys/${MACHINE}/include/pc) 36828d60d6aSWarner Losh cd ${SRCTOP}/sys/${MACHINE}/include/pc; \ 3698b8babf0SKyle Evans ${INSTALL} -C ${TAG_ARGS:D${TAG_ARGS},dev} -o ${BINOWN} -g ${BINGRP} -m 444 *.h \ 370c99b67a7SBryan Drewery ${SDESTDIR}${INCLUDEDIR}/machine/pc 3719f1207d5SRuslan Ermilov.endif 372544de89dSJohn Baldwin.for _MARCH in ${_MARCHS} 37328d60d6aSWarner Losh.if exists(${SRCTOP}/sys/${_MARCH}/include) 3748b8babf0SKyle Evans ${INSTALL} -d ${TAG_ARGS:D${TAG_ARGS},dev} -o ${BINOWN} -g ${BINGRP} -m 755 \ 375c99b67a7SBryan Drewery ${SDESTDIR}${INCLUDEDIR}/${_MARCH}; \ 37628d60d6aSWarner Losh cd ${SRCTOP}/sys/${_MARCH}/include; \ 3778b8babf0SKyle Evans ${INSTALL} -C ${TAG_ARGS:D${TAG_ARGS},dev} -o ${BINOWN} -g ${BINGRP} -m 444 *.h \ 378c99b67a7SBryan Drewery ${SDESTDIR}${INCLUDEDIR}/${_MARCH} 37928d60d6aSWarner Losh.if exists(${SRCTOP}/sys/${_MARCH}/include/pc) 3808b8babf0SKyle Evans ${INSTALL} -d ${TAG_ARGS:D${TAG_ARGS},dev} -o ${BINOWN} -g ${BINGRP} -m 755 \ 381c99b67a7SBryan Drewery ${SDESTDIR}${INCLUDEDIR}/${_MARCH}/pc; \ 38228d60d6aSWarner Losh cd ${SRCTOP}/sys/${_MARCH}/include/pc; \ 3838b8babf0SKyle Evans ${INSTALL} -C ${TAG_ARGS:D${TAG_ARGS},dev} -o ${BINOWN} -g ${BINGRP} -m 444 *.h \ 384c99b67a7SBryan Drewery ${SDESTDIR}${INCLUDEDIR}/${_MARCH}/pc 3858f3e5dd0SWarner Losh.endif 3868f3e5dd0SWarner Losh.endif 387544de89dSJohn Baldwin.endfor 38859deaec5SRodney W. Grimes 389060f0a17SEmmanuel Vadotsymlinks: .PHONY .META 390060f0a17SEmmanuel Vadot @${ECHO} "Setting up symlinks to kernel source tree..." 391060f0a17SEmmanuel Vadot.for i in ${LDIRS} 392060f0a17SEmmanuel Vadot cd ${SRCTOP}; ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \ 393060f0a17SEmmanuel Vadot $$(printf '../../../%s ' sys/$i/*.h) ${SDESTDIR}${INCLUDEDIR}/$i 394060f0a17SEmmanuel Vadot.endfor 395060f0a17SEmmanuel Vadot.for i in ${LSUBDIRS:Ndev/agp:Ndev/acpica:Ndev/evdev:Ndev/hid:Ndev/hyperv:Ndev/pci:Ndev/veriexec} 396060f0a17SEmmanuel Vadot cd ${SRCTOP}; ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \ 397060f0a17SEmmanuel Vadot $$(printf '../../../../%s ' sys/$i/*.h) ${SDESTDIR}${INCLUDEDIR}/$i 398060f0a17SEmmanuel Vadot.endfor 399060f0a17SEmmanuel Vadot ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \ 400060f0a17SEmmanuel Vadot $$(printf '../../../../sys/dev/acpica/%s ' acpiio.h acpi_hpet.h) \ 401060f0a17SEmmanuel Vadot ${SDESTDIR}${INCLUDEDIR}/dev/acpica; \ 402060f0a17SEmmanuel Vadot ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} ../../../../sys/dev/agp/agpreg.h \ 403060f0a17SEmmanuel Vadot ${SDESTDIR}${INCLUDEDIR}/dev/agp; \ 404060f0a17SEmmanuel Vadot ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \ 405060f0a17SEmmanuel Vadot $$(printf '../../../../sys/dev/evdev/%s ' input.h input-event-codes.h uinput.h) \ 406060f0a17SEmmanuel Vadot ${SDESTDIR}${INCLUDEDIR}/dev/evdev; 407060f0a17SEmmanuel Vadot ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \ 408060f0a17SEmmanuel Vadot $$(printf '../../../../sys/dev/hid/%s ' hid.h hidraw.h) \ 409060f0a17SEmmanuel Vadot ${SDESTDIR}${INCLUDEDIR}/dev/hid; \ 410060f0a17SEmmanuel Vadot ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} ../../../../sys/dev/hyperv/include/hyperv.h \ 411060f0a17SEmmanuel Vadot ${SDESTDIR}${INCLUDEDIR}/dev/hyperv; \ 412060f0a17SEmmanuel Vadot ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} ../../../../sys/dev/hyperv/utilities/hv_snapshot.h \ 413060f0a17SEmmanuel Vadot ${SDESTDIR}${INCLUDEDIR}/dev/hyperv; \ 414060f0a17SEmmanuel Vadot ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} ../../../../sys/dev/pci/pcireg.h \ 415060f0a17SEmmanuel Vadot ${SDESTDIR}${INCLUDEDIR}/dev/pci; \ 416060f0a17SEmmanuel Vadot ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} ../../../../sys/dev/veriexec/veriexec_ioctl.h \ 417060f0a17SEmmanuel Vadot ${SDESTDIR}${INCLUDEDIR}/dev/veriexec; 418060f0a17SEmmanuel Vadot.for i in ${LSUBSUBDIRS} 419060f0a17SEmmanuel Vadot cd ${SRCTOP}; ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \ 420060f0a17SEmmanuel Vadot $$(printf '../../../../../%s ' sys/$i/*.h) ${SDESTDIR}${INCLUDEDIR}/$i 421060f0a17SEmmanuel Vadot.endfor 422060f0a17SEmmanuel Vadot.if ${MK_IPFILTER} != "no" 423060f0a17SEmmanuel Vadot cd ${SRCTOP}; ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \ 4243b9b51feSCy Schubert $$(printf '../../../%s ' sys/netpfil/ipfilter/netinet/*.h) \ 425060f0a17SEmmanuel Vadot ${SDESTDIR}${INCLUDEDIR}/netinet; 426060f0a17SEmmanuel Vadot.endif 427060f0a17SEmmanuel Vadot.if ${MK_PF} != "no" 428060f0a17SEmmanuel Vadot cd ${SRCTOP}; ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \ 429060f0a17SEmmanuel Vadot $$(printf '../../../../%s ' sys/netpfil/pf/*.h) \ 430060f0a17SEmmanuel Vadot ${SDESTDIR}${INCLUDEDIR}/netpfil/pf; 431060f0a17SEmmanuel Vadot.endif 4327af04dffSJohn Baldwin ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} ../../../sys/opencrypto/cryptodev.h \ 433060f0a17SEmmanuel Vadot ${SDESTDIR}${INCLUDEDIR}/crypto; \ 434060f0a17SEmmanuel Vadot cd ${SRCTOP}; ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \ 435060f0a17SEmmanuel Vadot $$(printf '../../../%s ' sys/${MACHINE}/include/*.h) \ 436060f0a17SEmmanuel Vadot ${SDESTDIR}${INCLUDEDIR}/machine; 437060f0a17SEmmanuel Vadot.if exists(${SRCTOP}/sys/${MACHINE}/include/pc) 438060f0a17SEmmanuel Vadot cd ${SRCTOP}; ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \ 439060f0a17SEmmanuel Vadot $$(printf '../../../../%s ' sys/${MACHINE}/include/pc/*.h) \ 440060f0a17SEmmanuel Vadot ${SDESTDIR}${INCLUDEDIR}/machine/pc; 441060f0a17SEmmanuel Vadot.endif 442060f0a17SEmmanuel Vadot.for _MARCH in ${_MARCHS} 443060f0a17SEmmanuel Vadot.if exists(${SRCTOP}/sys/${_MARCH}/include) 444060f0a17SEmmanuel Vadot ${INSTALL} -d ${TAG_ARGS:D${TAG_ARGS},dev} -o ${BINOWN} -g ${BINGRP} -m 755 \ 445060f0a17SEmmanuel Vadot ${SDESTDIR}${INCLUDEDIR}/${_MARCH}; \ 446060f0a17SEmmanuel Vadot cd ${SRCTOP}; ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \ 447060f0a17SEmmanuel Vadot $$(printf '../../../%s ' sys/${_MARCH}/include/*.h) \ 448060f0a17SEmmanuel Vadot ${SDESTDIR}${INCLUDEDIR}/${_MARCH}; 449060f0a17SEmmanuel Vadot.if exists(${SRCTOP}/sys/${_MARCH}/include/pc) 450060f0a17SEmmanuel Vadot ${INSTALL} -d ${TAG_ARGS:D${TAG_ARGS},dev} -o ${BINOWN} -g ${BINGRP} -m 755 \ 451060f0a17SEmmanuel Vadot ${SDESTDIR}${INCLUDEDIR}/${_MARCH}/pc; \ 452060f0a17SEmmanuel Vadot cd ${SRCTOP}; ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \ 453060f0a17SEmmanuel Vadot $$(printf '../../../../%s ' sys/${_MARCH}/include/pc/*.h) \ 454060f0a17SEmmanuel Vadot ${SDESTDIR}${INCLUDEDIR}/${_MARCH}/pc; 455060f0a17SEmmanuel Vadot.endif 456060f0a17SEmmanuel Vadot.endif 457060f0a17SEmmanuel Vadot.endfor 458060f0a17SEmmanuel Vadot cd ${SRCTOP}; ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \ 459060f0a17SEmmanuel Vadot $$(printf '../../../../%s ' sys/fs/cd9660/*.h) \ 460060f0a17SEmmanuel Vadot ${SDESTDIR}${INCLUDEDIR}/isofs/cd9660; \ 461060f0a17SEmmanuel Vadot cd ${SRCTOP}; ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \ 462060f0a17SEmmanuel Vadot $$(printf '../../../sys/rpc/%s ' rpcsec_tls.h types.h) \ 463060f0a17SEmmanuel Vadot ${SDESTDIR}${INCLUDEDIR}/rpc; 464060f0a17SEmmanuel Vadot cd ${SRCTOP}/sys/rpc; 465060f0a17SEmmanuel Vadot.if ${MK_CDDL} != "no" 466060f0a17SEmmanuel Vadot ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \ 467060f0a17SEmmanuel Vadot ../../../sys/contrib/openzfs/include/sys/nvpair.h \ 468060f0a17SEmmanuel Vadot ${SDESTDIR}${INCLUDEDIR}/sys 469060f0a17SEmmanuel Vadot.endif 470060f0a17SEmmanuel Vadot.if ${MK_MLX5TOOL} != "no" 471060f0a17SEmmanuel Vadot ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} ../../../../sys/dev/mlx5/mlx5io.h \ 472060f0a17SEmmanuel Vadot ${SDESTDIR}${INCLUDEDIR}/dev/mlx5 473060f0a17SEmmanuel Vadot.endif 474060f0a17SEmmanuel Vadot 47594086ceaSBryan Drewery.include <bsd.prog.mk> 47694086ceaSBryan Drewery 477060f0a17SEmmanuel Vadotinstallincludes: ${SHARED} 478060f0a17SEmmanuel Vadot${SHARED}: compat 47994086ceaSBryan Drewery 480dbf5bd50SBryan Drewery.if ${MACHINE} == "host" && !defined(_SKIP_BUILD) 4811a682d2cSSimon J. Gerraty# we're here because we are building a sysroot... 4821a682d2cSSimon J. Gerraty# we need MACHINE et al set correctly 4831a682d2cSSimon J. GerratyHOST_MACHINE!= uname -m 4841a682d2cSSimon J. GerratyHOST_MACHINE_ARCH!= uname -p 4851a682d2cSSimon J. GerratyMACHINE:= ${HOST_MACHINE} 4861a682d2cSSimon J. GerratyMACHINE_ARCH:= ${HOST_MACHINE_ARCH} 4871a682d2cSSimon J. Gerraty.endif 488