mirror of
https://github.com/opnsense/src.git
synced 2026-03-13 06:02:46 -04:00
easier to maintain custom rules for non-system things like ACPI hotkeys. /etc/devd.conf is already set up to check this directory, no change needed there.
9 lines
98 B
Makefile
9 lines
98 B
Makefile
# $FreeBSD$
|
|
|
|
FILES= asus.conf
|
|
|
|
NO_OBJ=
|
|
FILESDIR= /etc/devd
|
|
FILESMODE= 644
|
|
|
|
.include <bsd.prog.mk>
|