freebsd-dev/secure/sbin/init/Makefile
Poul-Henning Kamp f079582484 Make the "distribute" target build the "des" distribution. Make des'ed
init and ed, by pointing to real sources.
1994-11-14 20:45:35 +00:00

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>