Most power management devices don't exist on pc98.

This commit is contained in:
Yoshihiro Takahashi 2003-06-15 04:24:28 +00:00
parent e45d184c46
commit a252a7bf01

View file

@ -1,5 +1,9 @@
# $FreeBSD$
.if ${MACHINE} == "pc98"
SUBDIR = lpbb
.else
SUBDIR = alpm amdpm intpm viapm lpbb pcf
.endif
.include <bsd.subdir.mk>