summaryrefslogtreecommitdiffstats
path: root/countmail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'countmail/Makefile')
-rw-r--r--countmail/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/countmail/Makefile b/countmail/Makefile
index cf254c43..80a9d9b9 100644
--- a/countmail/Makefile
+++ b/countmail/Makefile
@@ -4,4 +4,10 @@ SCRIPTS= countmail
SCRIPTSDIR= /usr/games
MAN= countmail.6
-.include <bsd.prog.mk>
+all:
+
+install: $(PROG) $(MAN) $(SCRIPTS)
+ $(GINSTALL) -Dm755 $(SCRIPTS) $(DESTDIR)/usr/games/$(SCRIPTS)
+ $(GINSTALL) -Dm644 $(MAN) $(DESTDIR)/usr/share/man/man6/$(MAN)
+
+.PHONY: all install clean