summaryrefslogtreecommitdiffstats
path: root/hals_end/Makefile
diff options
context:
space:
mode:
authormbalmer <mbalmer@NetBSD.org>2013-11-12 17:46:20 +0000
committermbalmer <mbalmer@NetBSD.org>2013-11-12 17:46:20 +0000
commitd0b9581ad3b673bec44a6694cbff6f2a39aa5d89 (patch)
treef6d604a26e027bf42c2247c5972ed2a607a6aa05 /hals_end/Makefile
parent2a8e0dceaacbc707148905b721f341004c7ea365 (diff)
downloadbsdgames-darwin-d0b9581ad3b673bec44a6694cbff6f2a39aa5d89.tar.gz
bsdgames-darwin-d0b9581ad3b673bec44a6694cbff6f2a39aa5d89.tar.zst
bsdgames-darwin-d0b9581ad3b673bec44a6694cbff6f2a39aa5d89.zip
hals_end(6) outputs the last words of the supercomputer HAL 9000 aboard
the spaceship in Stanley Kubrick's famous film "2001 - A Space Odissey". The source code and output of this program were used to illustrate an article in the book "Total Interaction". How this looks in print can be at http://www.netbsd.org/~mbalmer/hals_end.jpg.
Diffstat (limited to 'hals_end/Makefile')
-rw-r--r--hals_end/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/hals_end/Makefile b/hals_end/Makefile
new file mode 100644
index 00000000..4cf2d73e
--- /dev/null
+++ b/hals_end/Makefile
@@ -0,0 +1,9 @@
+# $NetBSD: Makefile,v 1.1 2013/11/12 17:46:21 mbalmer Exp $
+
+PROG= hals_end
+
+BINDIR= /usr/games
+
+MAN= hals_end.6
+
+.include <bsd.prog.mk>