From e0b032d651a44f991830a8f1ac5b7ead9027770f Mon Sep 17 00:00:00 2001 From: augustss Date: Tue, 4 Dec 2001 21:43:44 +0000 Subject: Add ir/ to SUBDIR. --- sys/dev/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/Makefile b/sys/dev/Makefile index 57438177ac4..1eb605559c0 100644 --- a/sys/dev/Makefile +++ b/sys/dev/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2001/10/04 16:04:53 oster Exp $ +# $NetBSD: Makefile,v 1.10 2001/12/04 21:43:44 augustss Exp $ -SUBDIR= ata dec hpc i2o ic isa ofw pci pckbc pcmcia raidframe \ +SUBDIR= ata dec hpc i2o ic ir isa ofw pci pckbc pcmcia raidframe \ sbus scsipi sun tc usb vme wscons KDIR= /sys/dev -- cgit