summaryrefslogtreecommitdiff
path: root/distrib/utils/init_s/Makefile
blob: 60a638bab4f1ca6b8a37e1f29f37213626013b17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.3 1995/10/13 18:35:17 gwr Exp $
# Build a "small init" (i.e. for boot media)

PROG=	init
NOMAN=	

# Need -lutil for: logout, logwtmp, login_tty
DPADD=	${LIBUTIL}
LDADD=	-lutil

SRCDIR= ${BSDSRCDIR}/sbin/init
CFLAGS+= -DLETS_GET_SMALL -I${SRCDIR}

all: ${PROG}

.include <bsd.prog.mk>

.PATH:  ${SRCDIR}