NetBSD/sbin/init/Makefile

12 lines
215 B
Makefile
Raw Normal View History

1993-03-23 11:17:35 +03:00
# $Header: /cvsroot/src/sbin/init/Makefile,v 1.4 1993/03/23 08:17:35 cgd Exp $
1993-03-21 12:45:37 +03:00
PROG= init
#SRCS= init.c
1993-03-23 11:17:35 +03:00
CFLAGS+= -DSECURE_CONSOLE -DDES
1993-03-21 12:45:37 +03:00
DPADD= ${LIBUTIL}
LDADD= -lutil
NOMAN=noman
LDFLAGS=
.include <bsd.prog.mk>