a7b5a3d486
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
8 lines
89 B
Makefile
8 lines
89 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= runtime
|
|
PROG= ip6addrctl
|
|
MAN= ip6addrctl.8
|
|
|
|
.include <bsd.prog.mk>
|