summaryrefslogtreecommitdiffstats
path: root/countmail
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>1997-10-03 08:50:36 +0000
committermrg <mrg@NetBSD.org>1997-10-03 08:50:36 +0000
commitc31c2534ccd4ced9720fc487d74d9e792b472776 (patch)
treec4f74aa3316e021b1b900e35228f873bf949864f /countmail
parentd284b0f85fd70426d5d05d34226bae1845ea7219 (diff)
downloadbsdgames-darwin-c31c2534ccd4ced9720fc487d74d9e792b472776.tar.gz
bsdgames-darwin-c31c2534ccd4ced9720fc487d74d9e792b472776.tar.zst
bsdgames-darwin-c31c2534ccd4ced9720fc487d74d9e792b472776.zip
install countmail into /usr/games
Diffstat (limited to 'countmail')
-rw-r--r--countmail/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/countmail/Makefile b/countmail/Makefile
new file mode 100644
index 00000000..f85923c8
--- /dev/null
+++ b/countmail/Makefile
@@ -0,0 +1,8 @@
+# $NetBSD: Makefile,v 1.1 1997/10/03 08:50:36 mrg Exp $
+
+NOPROG= yes
+FILES= countmail
+FILESDIR= /usr/games
+FILESMODE= 555
+
+.include <bsd.prog.mk>