mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
the normal distfile mechanism. Thanks to Marc Fonvieille for the patch and for putting up with me taking entirely too long to commit this! Submitted by: blackend
10 lines
262 B
Makefile
10 lines
262 B
Makefile
# $FreeBSD$
|
|
|
|
SCRIPTS= auto adduser checksum config docsinstall hostname jail keymap \
|
|
mirrorselect mount netconfig netconfig_ipv4 netconfig_ipv6 rootpass \
|
|
services time umount wlanconfig
|
|
BINDIR= /usr/libexec/bsdinstall
|
|
|
|
NO_MAN= true
|
|
|
|
.include <bsd.prog.mk>
|