mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
11 lines
189 B
Makefile
11 lines
189 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= include
|
|
|
|
FILESDIR= ${LIBEXECDIR}/bsdconfig/110.mouse
|
|
FILES= INDEX USAGE
|
|
|
|
SCRIPTSDIR= ${FILESDIR}
|
|
SCRIPTS= disable enable flags mouse port type
|
|
|
|
.include <bsd.prog.mk>
|