Deleted Added
full compact
Makefile (223543) Makefile (226449)
1# $FreeBSD: head/etc/devd/Makefile 223543 2011-06-25 17:01:46Z hselasky $
1# $FreeBSD: head/etc/devd/Makefile 226449 2011-10-16 21:01:42Z nwhitehorn $
2
2
3FILES= asus.conf uath.conf usb.conf
3FILES= uath.conf usb.conf
4
4
5.if ${MACHINE} == "powerpc"
6FILES+= apple.conf
7.endif
8
9.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
10FILES+= asus.conf
11.endif
12
5NO_OBJ=
6FILESDIR= /etc/devd
7FILESMODE= 644
8
9.include <bsd.prog.mk>
13NO_OBJ=
14FILESDIR= /etc/devd
15FILESMODE= 644
16
17.include <bsd.prog.mk>