add disklabel_mbr.h so that builds continue to work (another cleanup after XXX task
This commit is contained in:
parent
ae4fe46357
commit
81924c1d9c
|
@ -1,23 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.6 1999/01/24 13:23:15 mycroft Exp $
|
||||
# $NetBSD: Makefile,v 1.7 1999/01/28 19:53:25 mjacob Exp $
|
||||
|
||||
KDIR= /sys/sys
|
||||
INCSDIR= /usr/include/sys
|
||||
|
||||
INCS= acct.h ataio.h audioio.h buf.h callout.h cdefs.h cdio.h chio.h \
|
||||
clist.h conf.h core.h device.h dir.h dirent.h disk.h disklabel.h \
|
||||
dkbad.h dkio.h dkstat.h dmap.h domain.h errno.h exec.h exec_aout.h \
|
||||
exec_ecoff.h exec_elf.h exec_script.h extent.h fcntl.h fdio.h \
|
||||
featuretest.h file.h filedesc.h filio.h gmon.h inttypes.h ioccom.h \
|
||||
ioctl.h ioctl_compat.h ipc.h kcore.h kernel.h kgdb.h ktrace.h lkm.h \
|
||||
localedef.h lock.h lockf.h malloc.h map.h mbuf.h md5.h midiio.h mman.h \
|
||||
mount.h msg.h msgbuf.h mtio.h namei.h param.h poll.h pool.h proc.h \
|
||||
protosw.h ptrace.h queue.h reboot.h resource.h resourcevar.h rnd.h \
|
||||
scanio.h scsiio.h select.h sem.h sha1.h shm.h signal.h signalvar.h \
|
||||
socket.h socketvar.h sockio.h stat.h syscall.h syscallargs.h sysctl.h \
|
||||
swap.h syslimits.h syslog.h systm.h tablet.h termios.h time.h timeb.h \
|
||||
timepps.h times.h timex.h tprintf.h trace.h tty.h ttychars.h \
|
||||
ttycom.h ttydefaults.h ttydev.h types.h ucred.h uio.h un.h unistd.h \
|
||||
unpcb.h user.h utsname.h vadvise.h vmmeter.h vnode.h \
|
||||
disklabel_mbr.h dkbad.h dkio.h dkstat.h dmap.h domain.h errno.h exec.h
|
||||
exec_aout.h exec_ecoff.h exec_elf.h exec_script.h extent.h fcntl.h \
|
||||
fdio.h featuretest.h file.h filedesc.h filio.h gmon.h inttypes.h \
|
||||
ioccom.h ioctl.h ioctl_compat.h ipc.h kcore.h kernel.h kgdb.h ktrace.h \
|
||||
lkm.h localedef.h lock.h lockf.h malloc.h map.h mbuf.h md5.h midiio.h \
|
||||
mman.h mount.h msg.h msgbuf.h mtio.h namei.h param.h poll.h pool.h \
|
||||
proc.h protosw.h ptrace.h queue.h reboot.h resource.h resourcevar.h \
|
||||
rnd.h scanio.h scsiio.h select.h sem.h sha1.h shm.h signal.h \
|
||||
signalvar.h socket.h socketvar.h sockio.h stat.h syscall.h \
|
||||
syscallargs.h sysctl.h swap.h syslimits.h syslog.h systm.h tablet.h \
|
||||
termios.h time.h timeb.h timepps.h times.h timex.h tprintf.h trace.h \
|
||||
tty.h ttychars.h ttycom.h ttydefaults.h ttydev.h types.h ucred.h uio.h \
|
||||
un.h unistd.h unpcb.h user.h utsname.h vadvise.h vmmeter.h vnode.h \
|
||||
vnode_if.h vsio.h wait.h
|
||||
|
||||
SYMLINKS= sys/fcntl.h /usr/include/fcntl.h \
|
||||
|
|
Loading…
Reference in New Issue