1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116379

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>