aboutsummaryrefslogtreecommitdiff
path: root/games/fortune/unstr/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-09-04 04:03:31 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-09-04 04:03:31 +0000
commit554eb505f88b72f17fd718c5b2c4cff707c0f817 (patch)
treea9f8f9086491ddb64c3de11026474c8cb3cf2dd6 /games/fortune/unstr/Makefile
parent28178404aff64c092070e5d3ec53c13d06f6a471 (diff)
downloadsrc-554eb505f88b72f17fd718c5b2c4cff707c0f817.tar.gz
src-554eb505f88b72f17fd718c5b2c4cff707c0f817.zip
Bring in the 4.4 Lite games directory, modulo man page changes and segregation
of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh
Notes
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=2490
Diffstat (limited to 'games/fortune/unstr/Makefile')
-rw-r--r--games/fortune/unstr/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/games/fortune/unstr/Makefile b/games/fortune/unstr/Makefile
new file mode 100644
index 000000000000..ad3075f67662
--- /dev/null
+++ b/games/fortune/unstr/Makefile
@@ -0,0 +1,7 @@
+# @(#)Makefile 8.1 (Berkeley) 5/31/93
+
+PROG= unstr
+NOMAN= noman
+CFLAGS+=-I${.CURDIR}/../strfile
+
+.include <bsd.prog.mk>