]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - wargames/Makefile
cgram: rewrite completely, fixing bugs and style
[bsdgames-darwin.git] / wargames / Makefile
index 7b4fe9082bf83eb8222037282e11d15f75f24998..32aae0af9233cd29f1a0e77ec83d077af0423c1e 100644 (file)
@@ -1,8 +1,13 @@
-#      $NetBSD: Makefile,v 1.9 2000/01/23 21:04:55 jsm Exp $
+#      $NetBSD: Makefile,v 1.10 2000/01/25 21:41:18 drochner Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
-MKOBJ= no
 SCRIPTS=wargames.sh
 MAN=   wargames.6
 
-.include <bsd.prog.mk>
+all:
+
+install: $(MAN) $(SCRIPTS)
+       $(GINSTALL) -Dm755 $(SCRIPTS) $(DESTDIR)/$(PREFIX)/games/$(basename $(SCRIPTS))
+       $(GINSTALL) -Dm644 $(MAN) $(DESTDIR)/$(PREFIX)/share/man/man6/$(MAN)
+
+.PHONY: all install clean