Cross Reference: Makefile
xref: /src/sbin/init/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sbin/init/
Makefile revision 1.5
1#	$Header: /tank/opengrok/rsync2/NetBSD/src/sbin/init/Makefile,v 1.5 1993/04/26 14:54:38 cgd Exp $
2
3PROG=	init
4#SRCS=	init.c 
5CFLAGS+= -DSECURE_CONSOLE
6DPADD=	${LIBUTIL}
7LDADD=	-lutil
8NOMAN=noman
9LDFLAGS=
10.ifndef EXPORTABLE_SYSTEM
11DPADD+= ${LIBCRYPT}
12LDADD+= -lcrypt
13.endif
14
15.include <bsd.prog.mk>
16

Indexes created Sat Dec 20 21:09:36 GMT 2025