Deleted Added
full compact
Makefile (272152) Makefile (272322)
1# $FreeBSD: stable/10/etc/devd/Makefile 272152 2014-09-26 03:03:58Z gjb $
1# $FreeBSD: stable/10/etc/devd/Makefile 272322 2014-09-30 17:54:57Z delphij $
2
2
3.include <bsd.own.mk>
4
3FILES= uath.conf usb.conf
4
5.if ${MACHINE} == "powerpc"
6FILES+= apple.conf
7.endif
8
9.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
10FILES+= asus.conf
11.endif
12
5FILES= uath.conf usb.conf
6
7.if ${MACHINE} == "powerpc"
8FILES+= apple.conf
9.endif
10
11.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
12FILES+= asus.conf
13.endif
14
15.if ${MK_HYPERV} != "no"
16FILES+= hyperv.conf
17.endif
18
13NO_OBJ=
14FILESDIR= /etc/devd
15FILESMODE= 644
16
17.include <bsd.prog.mk>
19NO_OBJ=
20FILESDIR= /etc/devd
21FILESMODE= 644
22
23.include <bsd.prog.mk>