]> git.saurik.com Git - apple/xnu.git/blame - bsd/include/Makefile
xnu-201.19.3.tar.gz
[apple/xnu.git] / bsd / include / Makefile
CommitLineData
1c79356b
A
1export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
6
7include $(MakeInc_cmd)
8include $(MakeInc_def)
9
10INSTINC_SUBDIRS = \
11 arpa \
12 protocols
13
14INSTINC_SUBDIRS_PPC = \
15
16INSTINC_SUBDIRS_I386 = \
17
18EXPINC_SUBDIRS = \
19
20EXPINC_SUBDIRS_PPC = \
21
22EXPINC_SUBDIRS_I386 = \
23
24DATAFILES = \
25 ar.h bitstring.h c.h ctype.h db.h dirent.h disktab.h err.h errno.h \
26 fcntl.h fnmatch.h fsproperties.h fstab.h fts.h glob.h grp.h kvm.h limits.h locale.h \
27 math.h memory.h mpool.h ndbm.h netdb.h nlist.h paths.h pwd.h ranlib.h \
28 regex.h regexp.h rune.h runetype.h setjmp.h semaphore.h sgtty.h signal.h stab.h \
29 stddef.h stdio.h stdlib.h string.h strings.h struct.h sysexits.h syslog.h \
30 tar.h termios.h time.h ttyent.h tzfile.h unistd.h util.h utime.h utmp.h vis.h
31
32INSTALL_MI_LIST = ${DATAFILES}
33
34INSTALL_MI_DIR =
35
36EXPORT_MI_LIST = stddef.h
37
38EXPORT_MI_DIR =
39
40
41include $(MakeInc_rule)
42include $(MakeInc_dir)
43
44