f079582484
init and ed, by pointing to real sources.
13 lines
282 B
Makefile
13 lines
282 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 7/19/93
|
|
|
|
PROG= init
|
|
NOMAN= true
|
|
DPADD= ../../lib/libcrypt/libdescrypt.a ${LIBUTIL}
|
|
LDADD= -L../../lib/libcrypt -lutil -ldescrypt
|
|
.PATH: ${.CURDIR}/../../../sbin/init
|
|
BINMODE=500
|
|
INSTALLFLAGS=-fschg
|
|
CFLAGS+=-DDEBUGSHELL -DSECURE
|
|
|
|
.include <bsd.prog.mk>
|