xref: /freebsd/sbin/init/Makefile (revision 24d887436dcd5b6c18a7505e477c79cae3002c3a)
1CONFGROUPS=	CONFTTYS
2PACKAGE=runtime
3PROG=	init
4MAN=	init.8
5PRECIOUSPROG=
6INSTALLFLAGS=-b -B.bak
7CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP -DCOMPAT_SYSV_INIT
8LIBADD=	util crypt
9
10CONFTTYSNAME=	ttys
11CONFTTYS+=	ttys
12
13.include <bsd.prog.mk>
14