summaryrefslogtreecommitdiffstats
path: root/fortune
diff options
context:
space:
mode:
authorabs <abs@NetBSD.org>2000-08-17 16:54:28 +0000
committerabs <abs@NetBSD.org>2000-08-17 16:54:28 +0000
commit951b5b4c4d239a61971dcf85f55bc4d636b6814a (patch)
treedee78766e49b62505d922df02b0b1099bebab1aa /fortune
parentd08f63e42053c8b1ae05974e25ab23ca34beb3e1 (diff)
downloadbsdgames-darwin-951b5b4c4d239a61971dcf85f55bc4d636b6814a.tar.gz
bsdgames-darwin-951b5b4c4d239a61971dcf85f55bc4d636b6814a.tar.zst
bsdgames-darwin-951b5b4c4d239a61971dcf85f55bc4d636b6814a.zip
If we install limerick-o.dat, we should also install limerick-o to make it
usable.
Diffstat (limited to 'fortune')
-rw-r--r--fortune/datfiles/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/fortune/datfiles/Makefile b/fortune/datfiles/Makefile
index 745a62b4..c457a218 100644
--- a/fortune/datfiles/Makefile
+++ b/fortune/datfiles/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2000/08/17 16:48:52 abs Exp $
+# $NetBSD: Makefile,v 1.29 2000/08/17 16:54:28 abs Exp $
# @(#)Makefile 8.2 (Berkeley) 4/19/94
.include <bsd.own.mk> # for INSTALL_OFFENSIVE_FORTUNES
@@ -7,8 +7,8 @@ SRCFILES= fortunes fortunes2 startrek zippy unamerican-o limerick \
netbsd
DATFILES= fortunes.dat fortunes2.dat startrek.dat zippy.dat \
fortunes-o fortunes-o.dat fortunes2-o fortunes2-o.dat \
- limerick.dat limerick-o.dat unamerican-o unamerican-o.dat \
- netbsd.dat netbsd-o netbsd-o.dat
+ limerick.dat limerick-o limerick-o.dat unamerican-o \
+ unamerican-o.dat netbsd.dat netbsd-o netbsd-o.dat
# TO AVOID INSTALLING THE POTENTIALLY OFFENSIVE FORTUNES, RUN 'make' with
# "INSTALL_OFFENSIVE_FORTUNES=NO", or set "INSTALL_OFFENSIVE_FORTUNES=NO"