summaryrefslogtreecommitdiff
path: root/distrib/special/init/Makefile
blob: ea78f3521641891d4689ed67eb7f1c591564fccc (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.2 2002/06/09 05:53:55 todd Exp $

PROG=	init
MAN=
COPTS+=-Os
CFLAGS+=-DDEFAULT_STATE=single_user
DPADD=	${LIBUTIL}
LDADD=	-lutil
.PATH:  ${.CURDIR}/../../../sbin/init

.include <bsd.prog.mk>