]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - wargames/Makefile
Get all the games compiling for iOS
[bsdgames-darwin.git] / wargames / Makefile
index 5ed35f6addf40377d2458762d2ae0e9cecb24381..df1a97d6ba7e7cd653d3649286d53df3f90f0ff7 100644 (file)
@@ -1,7 +1,13 @@
-#      $NetBSD: Makefile,v 1.7 1997/05/09 07:50:06 mycroft Exp $
+#      $NetBSD: Makefile,v 1.10 2000/01/25 21:41:18 drochner Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
-NOOBJ= noobj
 SCRIPTS=wargames.sh
+MAN=   wargames.6
 
-.include <bsd.prog.mk>
+all:
+
+install: $(MAN) $(SCRIPTS)
+       $(GINSTALL) -Dm755 $(SCRIPTS) $(DESTDIR)/usr/games/$(basename $(SCRIPTS))
+       $(GINSTALL) -Dm644 $(MAN) $(DESTDIR)/usr/share/man/man6/$(MAN)
+
+.PHONY: all install clean