13eb765f2d
Reduce overlinking
14 lines
232 B
Makefile
14 lines
232 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 7/19/93
|
|
# $FreeBSD$
|
|
|
|
PROG= init
|
|
MAN= init.8
|
|
PRECIOUSPROG=
|
|
INSTALLFLAGS=-b -B.bak
|
|
CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP -DCOMPAT_SYSV_INIT
|
|
LIBADD= util crypt
|
|
|
|
NO_SHARED?= YES
|
|
|
|
.include <bsd.prog.mk>
|