minor fixes for safecopy & safemap tests
[minix.git] / servers / init / Makefile
blob95d47b3940306c60c5c521bf1a0c6b88cb6d1ddd
1 # Makefile for the init program (INIT)
2 .include <bsd.own.mk>
4 PROG= init
5 SRCS= init.c
7 MAN=
9 BINDIR?= /usr/sbin
11 .include <bsd.prog.mk>