f640210005
Change-Id: Ia6ce84ccdf36cf6f64540b990baaa7d85c53533d
11 lines
136 B
Makefile
11 lines
136 B
Makefile
# Makefile for the init program (INIT)
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= init
|
|
SRCS= init.c
|
|
|
|
MAN=
|
|
|
|
BINDIR?= /usr/sbin
|
|
|
|
.include <bsd.prog.mk>
|