]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - boggle/mkindex/Makefile
convert from NOxxx= to MKxxx=no.
[bsdgames-darwin.git] / boggle / mkindex / Makefile
1 # $NetBSD: Makefile,v 1.7 1999/02/13 02:54:20 lukem Exp $
2 # @(#)Makefile 8.1 (Berkeley) 6/11/93
3
4 PROG= mkindex
5 HOST_CPPFLAGS+=-I${.CURDIR}/../boggle
6 MKMAN= no
7
8 # XXX for "make depend"
9 CPPFLAGS+=-I${.CURDIR}/../boggle
10
11 # only needed during build
12 proginstall::
13
14 # Override these rules for cross-compilation
15 .c.o:
16 ${HOST_COMPILE.c} ${.IMPSRC}
17
18 ${PROG}: ${OBJS}
19 ${HOST_LINK.c} -o ${.TARGET} ${OBJS}
20
21 .include <bsd.prog.mk>