mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 16:52:21 -04:00
9 lines
203 B
Makefile
9 lines
203 B
Makefile
# $FreeBSD$
|
|
|
|
SCRIPTS= auto adduser checksum config hostname jail keymap mount netconfig \
|
|
rootpass services time umount wlanconfig
|
|
BINDIR= /usr/libexec/bsdinstall
|
|
|
|
NO_MAN= true
|
|
|
|
.include <bsd.prog.mk>
|