summaryrefslogtreecommitdiffstats
path: root/boggle
diff options
context:
space:
mode:
authorglass <glass@NetBSD.org>1995-03-01 09:05:20 +0000
committerglass <glass@NetBSD.org>1995-03-01 09:05:20 +0000
commitcbd1368362af91019450c92b31f215a122e3679a (patch)
treeae44b6a479acc8987a44a8511faf4c8ccb4056bd /boggle
parent88534de16b9551ed7674d754aa6f53c83627eff5 (diff)
downloadbsdgames-darwin-cbd1368362af91019450c92b31f215a122e3679a.tar.gz
bsdgames-darwin-cbd1368362af91019450c92b31f215a122e3679a.tar.zst
bsdgames-darwin-cbd1368362af91019450c92b31f215a122e3679a.zip
remove extra tab
Diffstat (limited to 'boggle')
-rw-r--r--boggle/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/boggle/Makefile b/boggle/Makefile
index 557681bf..7e2f924b 100644
--- a/boggle/Makefile
+++ b/boggle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1994/11/30 11:38:56 pk Exp $
+# $NetBSD: Makefile,v 1.3 1995/03/01 09:07:54 glass Exp $
# @(#)Makefile 8.1 (Berkeley) 6/11/93
SUBDIR= boggle mkdict mkindex
@@ -17,5 +17,5 @@ beforeinstall:
chmod 444 ${DESTDIR}/usr/share/games/boggle/dictionary
chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/share/games/boggle/dictindex
chmod 444 ${DESTDIR}/usr/share/games/boggle/dictindex
-
+
.include <bsd.subdir.mk>