Deleted Added
full compact
Makefile (270028) Makefile (271696)
1# $FreeBSD: head/etc/devd/Makefile 270028 2014-08-15 21:35:31Z ngie $
1# $FreeBSD: head/etc/devd/Makefile 271696 2014-09-17 02:32:22Z delphij $
2
3.include <src.opts.mk>
4
5.if ${MACHINE} == "powerpc"
6FILES+= apple.conf
7.endif
8
9.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
10FILES+= asus.conf
11.endif
12
13.if ${MK_USB} != "no"
14FILES+= uath.conf usb.conf
15.endif
16
17.if ${MK_ZFS} != "no"
18FILES+= zfs.conf
19.endif
20
2
3.include <src.opts.mk>
4
5.if ${MACHINE} == "powerpc"
6FILES+= apple.conf
7.endif
8
9.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
10FILES+= asus.conf
11.endif
12
13.if ${MK_USB} != "no"
14FILES+= uath.conf usb.conf
15.endif
16
17.if ${MK_ZFS} != "no"
18FILES+= zfs.conf
19.endif
20
21.if ${MK_HYPERV} != "no"
22FILES+= hyperv.conf
23.endif
24
21NO_OBJ=
22FILESDIR= /etc/devd
23FILESMODE= 644
24
25.include <bsd.prog.mk>
25NO_OBJ=
26FILESDIR= /etc/devd
27FILESMODE= 644
28
29.include <bsd.prog.mk>