2008-12-17 19:12:30 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2014-08-15 21:35:31 +00:00
|
|
|
.include <src.opts.mk>
|
2011-10-16 21:01:42 +00:00
|
|
|
|
|
|
|
.if ${MACHINE} == "powerpc"
|
|
|
|
FILES+= apple.conf
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
|
|
|
|
FILES+= asus.conf
|
|
|
|
.endif
|
2008-12-17 19:12:30 +00:00
|
|
|
|
2014-08-15 21:35:31 +00:00
|
|
|
.if ${MK_USB} != "no"
|
2014-10-09 13:58:19 +00:00
|
|
|
FILES+= uath.conf ulpt.conf usb.conf
|
2014-08-15 21:35:31 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${MK_ZFS} != "no"
|
|
|
|
FILES+= zfs.conf
|
|
|
|
.endif
|
|
|
|
|
2014-09-17 02:32:22 +00:00
|
|
|
.if ${MK_HYPERV} != "no"
|
|
|
|
FILES+= hyperv.conf
|
|
|
|
.endif
|
|
|
|
|
2008-12-17 19:12:30 +00:00
|
|
|
NO_OBJ=
|
|
|
|
FILESDIR= /etc/devd
|
|
|
|
FILESMODE= 644
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|