mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
All of them are needed to be able to boot to single user and be able to repair a existing FreeBSD installation so put them directly into FreeBSD-runtime. Reviewed by: bapt, gjb Differential Revision: https://reviews.freebsd.org/D21503
7 lines
89 B
Makefile
7 lines
89 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= runtime
|
|
PROG= ip6addrctl
|
|
MAN= ip6addrctl.8
|
|
|
|
.include <bsd.prog.mk>
|