mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 11:20:29 -05:00
This is prep for pkgbase so that config files are tagged as such. Approved by: will (mentor) Differential Revision: https://reviews.freebsd.org/D16556
7 lines
112 B
Makefile
7 lines
112 B
Makefile
# $FreeBSD$
|
|
|
|
CONFS= freebsd-update.conf
|
|
SCRIPTS=freebsd-update.sh
|
|
MAN= freebsd-update.8
|
|
|
|
.include <bsd.prog.mk>
|