aboutsummaryrefslogblamecommitdiff
path: root/etc/devd/Makefile
blob: a0909af089187f776c1a508b1201f7297fa7f156 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

           
                      
 

      




                                                 
                      
                 
      


                        
      
 
                     
                                    





                     




                         
# $FreeBSD$

.include <src.opts.mk>

FILES=

.if ${MACHINE} == "powerpc"
FILES+=	apple.conf
.endif

.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
.if ${MK_ACPI} != "no"
FILES+=	asus.conf
.endif
.if ${MK_HYPERV} != "no"
FILES+=	hyperv.conf
.endif
.endif

.if ${MK_USB} != "no"
FILES+=	uath.conf ulpt.conf usb.conf
.endif

.if ${MK_ZFS} != "no"
FILES+=	zfs.conf
.endif

NO_OBJ=
FILESDIR=	/etc/devd
FILESMODE=	644

.include <bsd.prog.mk>