moved <machine/sun_disklabel.h> to <dev/sun/disklabel.h>
This commit is contained in:
parent
096ec47ff9
commit
1caf02a0cf
@ -44,7 +44,6 @@
|
||||
./usr/include/machine/setjmp.h
|
||||
./usr/include/machine/signal.h
|
||||
./usr/include/machine/stdarg.h
|
||||
./usr/include/machine/sun_disklabel.h
|
||||
./usr/include/machine/svr4_machdep.h
|
||||
./usr/include/machine/trap.h
|
||||
./usr/include/machine/types.h
|
||||
|
@ -18,7 +18,6 @@
|
||||
./usr/include/machine/pmap3x.h
|
||||
./usr/include/machine/pte3.h
|
||||
./usr/include/machine/pte3x.h
|
||||
./usr/include/machine/sun_disklabel.h
|
||||
./usr/include/machine/vmparam3.h
|
||||
./usr/include/machine/vmparam3x.h
|
||||
./usr/include/machine/vuid_event.h
|
||||
|
@ -266,6 +266,7 @@
|
||||
./usr/include/dev/scsipi/ss_mustek.h
|
||||
./usr/include/dev/scsipi/ssvar.h
|
||||
./usr/include/dev/sun
|
||||
./usr/include/dev/sun/disklabel.h
|
||||
./usr/include/dev/sun/event_var.h
|
||||
./usr/include/dev/sun/kbd_tables.h
|
||||
./usr/include/dev/sun/kbd_xlate.h
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 1998/06/12 23:22:45 cgd Exp $
|
||||
# $NetBSD: Makefile,v 1.2 1998/06/20 03:50:51 mrg Exp $
|
||||
|
||||
KDIR= /sys/arch/sparc/include
|
||||
INCSDIR= /usr/include/sparc
|
||||
@ -9,7 +9,7 @@ INCS= ansi.h aout_machdep.h asm.h autoconf.h bsd_audioio.h bsd_openprom.h \
|
||||
frame.h fsr.h idprom.h ieee.h ieeefp.h instr.h kbd.h kbio.h kcore.h \
|
||||
limits.h mbppio.h oldmon.h openpromio.h param.h pcb.h pmap.h proc.h \
|
||||
profile.h psl.h pte.h ptrace.h reg.h reloc.h remote-sl.h setjmp.h \
|
||||
signal.h stdarg.h sun_disklabel.h svr4_machdep.h trap.h types.h \
|
||||
varargs.h vmparam.h vuid_event.h z8530var.h
|
||||
signal.h stdarg.h svr4_machdep.h trap.h types.h varargs.h vmparam.h \
|
||||
vuid_event.h z8530var.h
|
||||
|
||||
.include <bsd.kinc.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 1998/06/12 23:22:46 cgd Exp $
|
||||
# $NetBSD: Makefile,v 1.2 1998/06/20 03:51:08 mrg Exp $
|
||||
|
||||
KDIR= /sys/arch/sun3/include
|
||||
INCSDIR= /usr/include/sun3
|
||||
@ -8,7 +8,7 @@ INCS= ansi.h aout_machdep.h asm.h autoconf.h cdefs.h cg2reg.h cpu.h \
|
||||
fbio.h float.h frame.h idprom.h ieeefp.h kbd.h kbio.h kcore.h leds.h \
|
||||
limits.h mc68851.h mon.h param.h param3.h param3x.h pcb.h pmap.h \
|
||||
pmap3.h pmap3x.h proc.h profile.h psl.h pte.h pte3.h pte3x.h ptrace.h \
|
||||
reg.h setjmp.h signal.h stdarg.h sun_disklabel.h trap.h types.h \
|
||||
varargs.h vmparam.h vmparam3.h vmparam3x.h vuid_event.h z8530var.h
|
||||
reg.h setjmp.h signal.h stdarg.h trap.h types.h varargs.h vmparam.h \
|
||||
vmparam3.h vmparam3x.h vuid_event.h z8530var.h
|
||||
|
||||
.include <bsd.kinc.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user