mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-07 21:35:31 +00:00
![Emmanuel Vadot](/assets/img/avatar_default.png)
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
103 B
Makefile
8 lines
103 B
Makefile
# $FreeBSD$
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PACKAGE= runtime
|
|
PROG= uname
|
|
|
|
.include <bsd.prog.mk>
|