mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -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
6 lines
66 B
Makefile
6 lines
66 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= runtime
|
|
PROG= fsync
|
|
|
|
.include <bsd.prog.mk>
|