Home | History | Annotate | Line # | Download | only in init
Makefile revision 1.40
      1  1.40       mrg #	$NetBSD: Makefile,v 1.40 2019/10/13 07:28:12 mrg Exp $
      2  1.16       cgd #	@(#)Makefile	8.1 (Berkeley) 7/19/93
      3   1.1       cgd 
      4   1.1       cgd PROG=	init
      5  1.15       cgd MAN=	init.8
      6  1.27     lukem DPADD=	${LIBUTIL}
      7  1.27     lukem LDADD=	-lutil
      8  1.29  christos CPPFLAGS+=	-DMFS_DEV_IF_NO_CONSOLE -DSUPPORT_UTMP -DSUPPORT_UTMPX
      9  1.27     lukem 
     10  1.39   khorben .ifdef	 INIT_CHROOT
     11  1.39   khorben CPPFLAGS+=	-DCHROOT
     12  1.39   khorben .elifdef SMALLPROG
     13  1.27     lukem CPPFLAGS+=	-DLETS_GET_SMALL
     14  1.27     lukem .else
     15  1.36      salo CPPFLAGS+=	-DALTSHELL -DSECURE -DCHROOT
     16  1.27     lukem DPADD+=		${LIBCRYPT}
     17  1.27     lukem LDADD+=		-lcrypt
     18  1.27     lukem .endif
     19  1.27     lukem 
     20  1.40       mrg COPTS.init.c+=	${GCC_NO_FORMAT_TRUNCATION} ${GCC_NO_STRINGOP_TRUNCATION} ${GCC_NO_CAST_FUNCTION_TYPE}
     21  1.40       mrg 
     22   1.1       cgd .include <bsd.prog.mk>
     23