mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 17:19:56 -05:00
9 lines
111 B
Makefile
9 lines
111 B
Makefile
# $FreeBSD$
|
|
|
|
SCRIPTS= pkg_version.pl
|
|
MAN= pkg_version.1
|
|
|
|
test:
|
|
./test-pkg_version.sh
|
|
|
|
.include <bsd.prog.mk>
|