[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / sbin / init

File: [local] / src / sbin / init / Makefile (download)

Revision 1.6, Sun Aug 20 18:42:39 2000 UTC (23 years, 9 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.5: +2 -2 lines

Add calls to setusercontext() and login_get*().  We basically call
setusercontext() in most places where previously we did a setlogin().
Add default login.conf file and put root in the "daemon" login class.

#	$OpenBSD: Makefile,v 1.6 2000/08/20 18:42:39 millert Exp $

STATIC=	-static

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

.include <bsd.prog.mk>