93c4369096
Move some needed binaries/libs from FreeBSD-utilities to FreeBSD_runtime. This is everything needed to boot to multiuser with FreeBSD-rc installed. MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D33435
11 lines
143 B
Makefile
11 lines
143 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PACKAGE= runtime
|
|
PROG= env
|
|
SRCS= env.c envopts.c
|
|
|
|
LIBADD= util
|
|
|
|
.include <bsd.prog.mk>
|