mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Most power management devices don't exist on pc98.
This commit is contained in:
parent
e45d184c46
commit
a252a7bf01
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue