2008-12-17 14:12:30 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2014-08-15 17:35:31 -04:00
|
|
|
.include <src.opts.mk>
|
2011-10-16 17:01:42 -04:00
|
|
|
|
2015-03-05 11:22:31 -05:00
|
|
|
FILEGROUPS= FILES
|
2015-01-26 03:04:38 -05:00
|
|
|
|
2011-10-16 17:01:42 -04:00
|
|
|
.if ${MACHINE} == "powerpc"
|
|
|
|
|
FILES+= apple.conf
|
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
|
2015-01-26 03:04:38 -05:00
|
|
|
.if ${MK_ACPI} != "no"
|
2016-04-16 23:45:45 -04:00
|
|
|
FILES+= asus.conf
|
2015-01-26 03:04:38 -05:00
|
|
|
.endif
|
2014-10-15 20:33:06 -04:00
|
|
|
.if ${MK_HYPERV} != "no"
|
|
|
|
|
FILES+= hyperv.conf
|
|
|
|
|
.endif
|
2011-10-16 17:01:42 -04:00
|
|
|
.endif
|
2008-12-17 14:12:30 -05:00
|
|
|
|
2014-08-15 17:35:31 -04:00
|
|
|
.if ${MK_USB} != "no"
|
2014-10-09 09:58:19 -04:00
|
|
|
FILES+= uath.conf ulpt.conf usb.conf
|
2014-08-15 17:35:31 -04:00
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
.if ${MK_ZFS} != "no"
|
|
|
|
|
FILES+= zfs.conf
|
|
|
|
|
.endif
|
|
|
|
|
|
2008-12-17 14:12:30 -05:00
|
|
|
NO_OBJ=
|
|
|
|
|
FILESDIR= /etc/devd
|
|
|
|
|
FILESMODE= 644
|
|
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|