Fri Jan 10 15:54:59 2014 UTC ()
we never include bsd.sys.mk directly.


(christos)
diff -r1.146 -r1.147 src/sys/sys/Makefile

cvs diff -r1.146 -r1.147 src/sys/sys/Makefile (switch to unified diff)

--- src/sys/sys/Makefile 2014/01/10 15:00:16 1.146
+++ src/sys/sys/Makefile 2014/01/10 15:54:59 1.147
@@ -1,66 +1,65 @@ @@ -1,66 +1,65 @@
1# $NetBSD: Makefile,v 1.146 2014/01/10 15:00:16 martin Exp $ 1# $NetBSD: Makefile,v 1.147 2014/01/10 15:54:59 christos Exp $
2 2
3.include <bsd.own.mk> # prerequisite for bsd.sys.mk 3.include <bsd.own.mk>
4.include <bsd.sys.mk> 
5 4
6INCSDIR= /usr/include/sys 5INCSDIR= /usr/include/sys
7 6
8INCS= acct.h agpio.h aio.h ansi.h aout_mids.h ataio.h atomic.h audioio.h \ 7INCS= acct.h agpio.h aio.h ansi.h aout_mids.h ataio.h atomic.h audioio.h \
9 bitops.h bootblock.h bswap.h buf.h \ 8 bitops.h bootblock.h bswap.h buf.h \
10 callback.h callout.h cdbr.h cdefs.h cdefs_aout.h \ 9 callback.h callout.h cdbr.h cdefs.h cdefs_aout.h \
11 cdefs_elf.h cdio.h chio.h clockctl.h condvar.h conf.h core.h \ 10 cdefs_elf.h cdio.h chio.h clockctl.h condvar.h conf.h core.h \
12 cpufreq.h cpuio.h ctype_bits.h ctype_inline.h \ 11 cpufreq.h cpuio.h ctype_bits.h ctype_inline.h \
13 device.h device_if.h \ 12 device.h device_if.h \
14 dir.h dirent.h \ 13 dir.h dirent.h \
15 disk.h disklabel.h disklabel_acorn.h disklabel_gpt.h disklabel_rdb.h \ 14 disk.h disklabel.h disklabel_acorn.h disklabel_gpt.h disklabel_rdb.h \
16 dkbad.h dkio.h dkstat.h domain.h drvctlio.h dvdio.h \ 15 dkbad.h dkio.h dkstat.h domain.h drvctlio.h dvdio.h \
17 endian.h envsys.h errno.h evcnt.h event.h exec.h exec_aout.h \ 16 endian.h envsys.h errno.h evcnt.h event.h exec.h exec_aout.h \
18 exec_coff.h exec_ecoff.h exec_elf.h exec_script.h extattr.h extent.h \ 17 exec_coff.h exec_ecoff.h exec_elf.h exec_script.h extattr.h extent.h \
19 fcntl.h fd_set.h fdio.h featuretest.h file.h filedesc.h filio.h \ 18 fcntl.h fd_set.h fdio.h featuretest.h file.h filedesc.h filio.h \
20 flashio.h float_ieee754.h fstypes.h gcq.h gmon.h gpio.h hash.h \ 19 flashio.h float_ieee754.h fstypes.h gcq.h gmon.h gpio.h hash.h \
21 ieee754.h inttypes.h ioccom.h ioctl.h ioctl_compat.h iostat.h ipc.h \ 20 ieee754.h inttypes.h ioccom.h ioctl.h ioctl_compat.h iostat.h ipc.h \
22 joystick.h \ 21 joystick.h \
23 kcore.h kcpuset.h kgdb.h kmem.h ksem.h ksyms.h ktrace.h \ 22 kcore.h kcpuset.h kgdb.h kmem.h ksem.h ksyms.h ktrace.h \
24 localedef.h lock.h lockf.h lua.h lwp.h lwpctl.h \ 23 localedef.h lock.h lockf.h lua.h lwp.h lwpctl.h \
25 malloc.h mallocvar.h mbuf.h md4.h md5.h midiio.h \ 24 malloc.h mallocvar.h mbuf.h md4.h md5.h midiio.h \
26 mman.h module.h mount.h mqueue.h msg.h msgbuf.h mtio.h mutex.h \ 25 mman.h module.h mount.h mqueue.h msg.h msgbuf.h mtio.h mutex.h \
27 namei.h null.h \ 26 namei.h null.h \
28 param.h pcu.h pipe.h pmc.h poll.h pool.h power.h proc.h \ 27 param.h pcu.h pipe.h pmc.h poll.h pool.h power.h proc.h \
29 protosw.h pset.h ptrace.h ptree.h \ 28 protosw.h pset.h ptrace.h ptree.h \
30 queue.h quota.h quotactl.h \ 29 queue.h quota.h quotactl.h \
31 ras.h rbtree.h reboot.h radioio.h resource.h resourcevar.h rmd160.h \ 30 ras.h rbtree.h reboot.h radioio.h resource.h resourcevar.h rmd160.h \
32 rnd.h rwlock.h \ 31 rnd.h rwlock.h \
33 scanio.h sched.h scsiio.h sdt.h select.h selinfo.h sem.h sha1.h \ 32 scanio.h sched.h scsiio.h sdt.h select.h selinfo.h sem.h sha1.h \
34 sha2.h shm.h siginfo.h signal.h signalvar.h sigtypes.h simplelock.h \ 33 sha2.h shm.h siginfo.h signal.h signalvar.h sigtypes.h simplelock.h \
35 sleepq.h socket.h \ 34 sleepq.h socket.h \
36 socketvar.h sockio.h spawn.h specificdata.h stat.h \ 35 socketvar.h sockio.h spawn.h specificdata.h stat.h \
37 statvfs.h syscall.h syscallargs.h sysctl.h stdarg.h stdint.h swap.h \ 36 statvfs.h syscall.h syscallargs.h sysctl.h stdarg.h stdint.h swap.h \
38 syncobj.h syslimits.h syslog.h \ 37 syncobj.h syslimits.h syslog.h \
39 tape.h termios.h time.h timeb.h timepps.h times.h \ 38 tape.h termios.h time.h timeb.h timepps.h times.h \
40 timex.h tls.h trace.h tree.h tty.h ttychars.h ttycom.h \ 39 timex.h tls.h trace.h tree.h tty.h ttychars.h ttycom.h \
41 ttydefaults.h ttydev.h types.h \ 40 ttydefaults.h ttydev.h types.h \
42 ucontext.h ucred.h uio.h un.h unistd.h unpcb.h user.h utsname.h uuid.h \ 41 ucontext.h ucred.h uio.h un.h unistd.h unpcb.h user.h utsname.h uuid.h \
43 vadvise.h verified_exec.h videoio.h vmmeter.h vnode.h vnode_if.h \ 42 vadvise.h verified_exec.h videoio.h vmmeter.h vnode.h vnode_if.h \
44 wait.h wapbl.h wapbl_replay.h wdog.h xattr.h 43 wait.h wapbl.h wapbl_replay.h wdog.h xattr.h
45 44
46INCSYMLINKS=\ 45INCSYMLINKS=\
47 sys/cdbr.h /usr/include/cdbr.h \ 46 sys/cdbr.h /usr/include/cdbr.h \
48 sys/exec_elf.h /usr/include/elf.h \ 47 sys/exec_elf.h /usr/include/elf.h \
49 sys/fcntl.h /usr/include/fcntl.h \ 48 sys/fcntl.h /usr/include/fcntl.h \
50 sys/poll.h /usr/include/poll.h \ 49 sys/poll.h /usr/include/poll.h \
51 sys/stdarg.h /usr/include/stdarg.h \ 50 sys/stdarg.h /usr/include/stdarg.h \
52 sys/stdint.h /usr/include/stdint.h \ 51 sys/stdint.h /usr/include/stdint.h \
53 sys/syslog.h /usr/include/syslog.h \ 52 sys/syslog.h /usr/include/syslog.h \
54 sys/termios.h /usr/include/termios.h \ 53 sys/termios.h /usr/include/termios.h \
55 sys/rmd160.h /usr/include/rmd160.h \ 54 sys/rmd160.h /usr/include/rmd160.h \
56 sys/sha1.h /usr/include/sha1.h \ 55 sys/sha1.h /usr/include/sha1.h \
57 sys/sha2.h /usr/include/sha2.h \ 56 sys/sha2.h /usr/include/sha2.h \
58 sys/md4.h /usr/include/md4.h \ 57 sys/md4.h /usr/include/md4.h \
59 sys/md5.h /usr/include/md5.h 58 sys/md5.h /usr/include/md5.h
60 59
61INCSYMLINKS+= ../soundcard.h ${INCSDIR}/soundcard.h 60INCSYMLINKS+= ../soundcard.h ${INCSDIR}/soundcard.h
62 61
63namei: namei.src gennameih.awk 62namei: namei.src gennameih.awk
64 ${TOOL_AWK} -f gennameih.awk < namei.src 63 ${TOOL_AWK} -f gennameih.awk < namei.src
65 64
66.include <bsd.kinc.mk> 65.include <bsd.kinc.mk>