summaryrefslogtreecommitdiffstats
path: root/fortune/datfiles/Makefile
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1999-08-04 22:45:09 +0000
committerthorpej <thorpej@NetBSD.org>1999-08-04 22:45:09 +0000
commit22a24570583a0eb123a58716d93fd04a4f90a121 (patch)
tree3bec5997b9930d77023e02edf17b6af86641c620 /fortune/datfiles/Makefile
parent07ad32ded9bf3c85ca2c9a94446e9e0d091638ae (diff)
downloadbsdgames-darwin-22a24570583a0eb123a58716d93fd04a4f90a121.tar.gz
bsdgames-darwin-22a24570583a0eb123a58716d93fd04a4f90a121.tar.zst
bsdgames-darwin-22a24570583a0eb123a58716d93fd04a4f90a121.zip
Fortunes from those Unamerican Activities bumper stickers you see on
mountain bikes owned by Gen-X'ers.
Diffstat (limited to 'fortune/datfiles/Makefile')
-rw-r--r--fortune/datfiles/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/fortune/datfiles/Makefile b/fortune/datfiles/Makefile
index 520b23c9..f4626c12 100644
--- a/fortune/datfiles/Makefile
+++ b/fortune/datfiles/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.22 1999/02/13 02:54:21 lukem Exp $
+# $NetBSD: Makefile,v 1.23 1999/08/04 22:45:09 thorpej Exp $
# @(#)Makefile 8.2 (Berkeley) 4/19/94
.include <bsd.own.mk> # for INSTALL_OFFENSIVE_FORTUNES
-SRCFILES= fortunes fortunes2 startrek zippy
+SRCFILES= fortunes fortunes2 startrek zippy unamerican
DATFILES= fortunes.dat fortunes2.dat startrek.dat zippy.dat \
fortunes-o fortunes-o.dat fortunes2-o fortunes2-o.dat \
- limerick limerick.dat
+ limerick limerick.dat unamerican unamerican.dat
# TO AVOID INSTALLING THE POTENTIALLY OFFENSIVE FORTUNES, RUN 'make' with
# "INSTALL_OFFENSIVE_FORTUNES=NO", or set "INSTALL_OFFENSIVE_FORTUNES=NO"
@@ -57,5 +57,10 @@ limerick: limerick.${TYPE}
limerick.dat: limerick
${STRFILE} -rsx ${.ALLSRC} ${.TARGET}
+unamerican: unamerican.${TYPE}
+ tr [a-zA-Z] [n-za-mN-ZA-M] < ${.ALLSRC} > ${.TARGET}
+unamerican.dat: unamerican
+ ${STRFILE} -rsx ${.ALLSRC} ${.TARGET}
+
.include <bsd.prog.mk>