]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - adventure/Makefile
remove the attributions from my slogans. they kept popping up in
[bsdgames-darwin.git] / adventure / Makefile
index 8c2df60cc2018cd08eee22387cea7735b7cd6dc8..adc23f3a3d92cc7fedc300f9d17b8ed3e780b32c 100644 (file)
@@ -1,10 +1,9 @@
-#      $NetBSD: Makefile,v 1.3 1995/03/21 12:04:53 cgd Exp $
+#      $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
 MAN=   adventure.6
-CFLAGS+=-traditional-cpp
 HIDEGAME=hidegame
 CLEANFILES+=setup data.c
 
@@ -12,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 <bsd.prog.mk>