NetBSD/games/boggle/mkindex/Makefile

22 lines
424 B
Makefile
Raw Normal View History

1998-04-13 18:14:39 +04:00
# $NetBSD: Makefile,v 1.6 1998/04/13 14:14:39 lukem Exp $
1994-10-21 23:52:51 +03:00
# @(#)Makefile 8.1 (Berkeley) 6/11/93
PROG= mkindex
1998-04-13 18:14:39 +04:00
HOST_CPPFLAGS+=-I${.CURDIR}/../boggle
NOMAN= noman
# XXX for "make depend"
1997-10-27 00:50:53 +03:00
CPPFLAGS+=-I${.CURDIR}/../boggle
1994-10-21 23:52:51 +03:00
# only needed during build
proginstall::
1994-10-21 23:52:51 +03:00
# Override these rules for cross-compilation
.c.o:
${HOST_COMPILE.c} ${.IMPSRC}
${PROG}: ${OBJS}
${HOST_LINK.c} -o ${.TARGET} ${OBJS}
1994-10-21 23:52:51 +03:00
.include <bsd.prog.mk>