diff options
| -rw-r--r-- | fortune/datfiles/Makefile | 6 |
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" |
