blob: ccf8111a84f2c31aa620569a6151a870132800ed (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.3 2009/10/28 07:36:49 deraadt Exp $
PROG= init
CFLAGS+=-DDEFAULT_STATE=single_user
DPADD= ${LIBUTIL}
LDADD= -lutil
.PATH: ${.CURDIR}/../../../sbin/init
.include <bsd.prog.mk>
|