NetBSD/games/boggle/mkdict/Makefile

22 lines
420 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 1999/02/13 02:54:20 lukem Exp $
1994-10-21 23:52:51 +03:00
# @(#)Makefile 8.1 (Berkeley) 6/11/93
PROG= mkdict
1998-04-13 18:14:39 +04:00
HOST_CPPFLAGS+=-I${.CURDIR}/../boggle
MKMAN= no
# 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}
.include <bsd.prog.mk>