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:
parent
e45d184c46
commit
a252a7bf01
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116379
@ -1,5 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
SUBDIR = lpbb
|
||||
.else
|
||||
SUBDIR = alpm amdpm intpm viapm lpbb pcf
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user