mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
ADB keyboards. Submitted by: Justin Hibbits <jrh29 at alumni dot cwru dot edu> MFC after: 9.0-RELEASE
17 lines
238 B
Makefile
17 lines
238 B
Makefile
# $FreeBSD$
|
|
|
|
FILES= uath.conf usb.conf
|
|
|
|
.if ${MACHINE} == "powerpc"
|
|
FILES+= apple.conf
|
|
.endif
|
|
|
|
.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
|
|
FILES+= asus.conf
|
|
.endif
|
|
|
|
NO_OBJ=
|
|
FILESDIR= /etc/devd
|
|
FILESMODE= 644
|
|
|
|
.include <bsd.prog.mk>
|