minix/servers/init/Makefile

13 lines
168 B
Makefile
Raw Normal View History

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>
PROG= init
SRCS= init.c
2005-04-21 16:53:53 +02:00
CPPFLAGS.init.c+= -D__NBSD_LIBC
MAN=
2005-04-21 16:53:53 +02:00
BINDIR?= /usr/sbin
2011-07-09 15:04:42 +02:00
.include <bsd.prog.mk>