Replace previous change by different test
[minix.git] / servers / init / Makefile
blobd3f1f5b7819c2f3b96b9fb93474efe9524be2da8
1 # Makefile for the init program (INIT)
2 .include <bsd.own.mk>
4 PROG= init
5 SRCS= init.c
7 CPPFLAGS.init.c+= -D__NBSD_LIBC
8 MAN=
10 BINDIR?= /usr/sbin
12 .include <bsd.prog.mk>