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
16 lines
216 B
Makefile
16 lines
216 B
Makefile
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
|
|
# $FreeBSD$
|
|
|
|
PACKAGE= runtime
|
|
|
|
CONFS= gettytab
|
|
PROG= getty
|
|
SRCS= main.c init.c subr.c chat.c
|
|
LIBADD= util
|
|
MAN= gettytab.5 ttys.5 getty.8
|
|
|
|
WFORMAT=0
|
|
|
|
.include <bsd.prog.mk>
|
|
|