2005-04-21 16:53:53 +02:00
|
|
|
# Makefile for the init program (INIT)
|
2011-07-09 15:04:42 +02:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2010-03-22 22:25:22 +01:00
|
|
|
PROG= init
|
|
|
|
SRCS= init.c
|
2005-04-21 16:53:53 +02:00
|
|
|
|
2010-03-22 22:25:22 +01:00
|
|
|
MAN=
|
2005-04-21 16:53:53 +02:00
|
|
|
|
2010-03-22 22:25:22 +01:00
|
|
|
BINDIR?= /usr/sbin
|
2005-06-24 18:21:21 +02:00
|
|
|
|
2011-07-09 15:04:42 +02:00
|
|
|
.include <bsd.prog.mk>
|