diff --git a/sys/arch/hpcmips/Makefile b/sys/arch/hpcmips/Makefile index 02169f77d73e..5ca7c07f5007 100644 --- a/sys/arch/hpcmips/Makefile +++ b/sys/arch/hpcmips/Makefile @@ -1,5 +1,5 @@ -# $NetBSD: Makefile,v 1.2 2000/03/12 06:40:16 takemura Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/23 14:08:55 uch Exp $ -SUBDIR= dev include +SUBDIR= include .include diff --git a/sys/dev/Makefile b/sys/dev/Makefile index 716fee073273..3bedd7f7eb89 100644 --- a/sys/dev/Makefile +++ b/sys/dev/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2000/11/08 19:45:49 ad Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/23 14:08:54 uch Exp $ -SUBDIR= ata dec eisa i2c i2o ic isa isapnp microcode mii \ +SUBDIR= ata dec eisa hpc i2c i2o ic isa isapnp microcode mii \ ofisa ofw pckbc pcmcia pci rcons sbus scsipi \ sun tc usb wscons vme diff --git a/sys/arch/hpcmips/dev/Makefile b/sys/dev/hpc/Makefile similarity index 54% rename from sys/arch/hpcmips/dev/Makefile rename to sys/dev/hpc/Makefile index 1563f2547963..b12206428291 100644 --- a/sys/arch/hpcmips/dev/Makefile +++ b/sys/dev/hpc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2000/03/12 06:40:17 takemura Exp $ +# $NetBSD: Makefile,v 1.1 2001/02/23 14:08:55 uch Exp $ INCSDIR= /usr/include/dev/hpc