]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - countmail/Makefile
Get all the games compiling for iOS
[bsdgames-darwin.git] / countmail / Makefile
index cf254c439c6cc7c95085103e101c44c49f10d32f..80a9d9b90149e7ae842cd8d7105cf05dfa7d9a62 100644 (file)
@@ -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