X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/a861bdee374ea33fbbe20e45cd8d3f644374c835..7562e03d5a67f7fca8205dbab0b115d63e08b0b7:/adventure/Makefile?ds=sidebyside diff --git a/adventure/Makefile b/adventure/Makefile index 834502a8..adc23f3a 100644 --- a/adventure/Makefile +++ b/adventure/Makefile @@ -1,9 +1,9 @@ +# $NetBSD: Makefile,v 1.9 2002/03/05 21:28:12 thorpej Exp $ # @(#)Makefile 8.1 (Berkeley) 6/12/93 PROG= adventure SRCS= main.c init.c done.c save.c subr.c vocab.c wizard.c io.c data.c crc.c -MAN6= adventure.0 -CFLAGS+=-traditional-cpp +MAN= adventure.6 HIDEGAME=hidegame CLEANFILES+=setup data.c @@ -11,6 +11,6 @@ data.c: glorkz setup ./setup ${.CURDIR}/glorkz > data.c setup: setup.c hdr.h - ${CC} -o setup ${.CURDIR}/setup.c + ${HOST_LINK.c} -o setup ${.CURDIR}/setup.c .include