vm: don't force physical addresses to be nonzero.
[minix.git] / servers / init / Makefile
blob9490587d2a0cad942d34719b09c631ef4d86267c
1 # Makefile for the init program (INIT)
2 PROG= init
3 SRCS= init.c
5 DPADD+= ${LIBSYS}
6 LDADD+= -lsys
8 MAN=
10 BINDIR?= /usr/sbin
12 CPPFLAGS+= -O -D_MINIX -D_POSIX_SOURCE
14 .include <minix.prog.mk>