summaryrefslogtreecommitdiffstats
path: root/fortune/strfile/Makefile
diff options
context:
space:
mode:
authorsimonb <simonb@NetBSD.org>2000-04-14 04:12:18 +0000
committersimonb <simonb@NetBSD.org>2000-04-14 04:12:18 +0000
commit96e645f9f4830ee11dd5aae09ac0c2775c925fa5 (patch)
tree4e32e201f72b8de3717aac02ef60a0701c38eb86 /fortune/strfile/Makefile
parentb83825244af1cd795330975ed4ccdb6cdd0e5432 (diff)
downloadbsdgames-darwin-96e645f9f4830ee11dd5aae09ac0c2775c925fa5.tar.gz
bsdgames-darwin-96e645f9f4830ee11dd5aae09ac0c2775c925fa5.tar.zst
bsdgames-darwin-96e645f9f4830ee11dd5aae09ac0c2775c925fa5.zip
Greatly simplify these by using <bsd.hostprog.mk>. Should do the same
for games/hack and games/monop and a few other places, but that requires making subdirs for the tools. One day...
Diffstat (limited to 'fortune/strfile/Makefile')
-rw-r--r--fortune/strfile/Makefile18
1 files changed, 4 insertions, 14 deletions
diff --git a/fortune/strfile/Makefile b/fortune/strfile/Makefile
index 9826cc12..a56d1d4c 100644
--- a/fortune/strfile/Makefile
+++ b/fortune/strfile/Makefile
@@ -1,17 +1,7 @@
-# $NetBSD: Makefile,v 1.7 1997/05/07 15:59:10 mycroft Exp $
+# $NetBSD: Makefile,v 1.8 2000/04/14 04:12:19 simonb Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-PROG= strfile
-MAN= strfile.8
+HOSTPROG= strfile
+MAN= strfile.8
-# only needed during build
-proginstall::
-
-# Override these rules for cross-compilation
-.c.o:
- ${HOST_COMPILE.c} ${.IMPSRC}
-
-${PROG}: ${OBJS}
- ${HOST_LINK.c} -o ${.TARGET} ${OBJS}
-
-.include <bsd.prog.mk>
+.include <bsd.hostprog.mk>