Build scanpci and pcitweak for cats.

This commit is contained in:
chris 2008-08-31 12:52:09 +00:00
parent 19656dada9
commit 95b471e08e
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2008/08/30 06:36:33 mrg Exp $
# $NetBSD: Makefile,v 1.6 2008/08/31 12:52:09 chris Exp $
SUBDIR= cvt gtf xorgconfig
@ -6,4 +6,8 @@ SUBDIR= cvt gtf xorgconfig
SUBDIR+=ioport pcitweak scanpci
.endif
.if ${MACHINE} == "cats"
SUBDIR+=pcitweak scanpci
.endif
.include <bsd.subdir.mk>