It doesn't need to be in runtime and might help people who want to experiment with other rc system or don't use one (like in small embedded mfsroot). Reviewed by: bapt, gjb Differential Revision: https://reviews.freebsd.org/D21499
16 lines
226 B
Makefile
16 lines
226 B
Makefile
# $NetBSD: Makefile,v 1.1 1999/11/23 05:28:20 mrg Exp $
|
|
# $FreeBSD$
|
|
|
|
PACKAGE=rc
|
|
PROG= rcorder
|
|
SRCS= ealloc.c hash.c rcorder.c
|
|
MAN= rcorder.8
|
|
|
|
LIBADD= util
|
|
|
|
CFLAGS+= -DORDER
|
|
|
|
#CFLAGS+= -DDEBUG
|
|
|
|
.include <bsd.prog.mk>
|