]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - boggle/mkindex/Makefile
Use proginstall:: to disable installing PROG.
[bsdgames-darwin.git] / boggle / mkindex / Makefile
1 # $NetBSD: Makefile,v 1.4 1997/05/07 15:59:09 mycroft Exp $
2 # @(#)Makefile 8.1 (Berkeley) 6/11/93
3
4 PROG= mkindex
5 HOST_CFLAGS+=-I${.CURDIR}/../boggle
6 NOMAN= noman
7
8 # XXX for "make depend"
9 CFLAGS+=-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>