summaryrefslogtreecommitdiff
path: root/sbin/init/Makefile
blob: 77f59d9fefc66d77de52c1d87911c8275e1a2de6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$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>