NetBSD/games/boggle/mkindex/Makefile

21 lines
390 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 1997/04/28 23:46:20 thorpej Exp $
1994-10-21 23:52:51 +03:00
# @(#)Makefile 8.1 (Berkeley) 6/11/93
PROG= mkindex
HOST_CFLAGS+=-I${.CURDIR}/../boggle
NOMAN= noman
# XXX for "make depend"
1994-10-21 23:52:51 +03:00
CFLAGS+=-I${.CURDIR}/../boggle
install:
# 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>