summaryrefslogtreecommitdiff
path: root/distrib/utils/init_s/Makefile
blob: 2951ee15ff26b8dece74aef440b4255a8b5dee54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $OpenBSD: Makefile,v 1.3 2000/03/01 22:10:11 todd Exp $
# $NetBSD: Makefile,v 1.4 1996/03/27 04:48:40 scottr 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= ${.CURDIR}/../../../sbin/init
CFLAGS+= -DLETS_GET_SMALL -I${SRCDIR}

all: ${PROG}

.include <bsd.prog.mk>

.PATH:  ${SRCDIR}