summaryrefslogtreecommitdiff
path: root/sbin/init/Makefile
blob: a40009098f7b94b71a44acfd448d392529938269 (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.9 2015/09/25 16:09:09 tedu Exp $

PROG=	init
MAN=	init.8
DPADD=	${LIBUTIL}
LDADD=	-lutil
CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP

.include <bsd.prog.mk>