]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - wargames/Makefile
Use PREFIX now
[bsdgames-darwin.git] / wargames / Makefile
1 # $NetBSD: Makefile,v 1.10 2000/01/25 21:41:18 drochner Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4 SCRIPTS=wargames.sh
5 MAN= wargames.6
6
7 all:
8
9 install: $(MAN) $(SCRIPTS)
10 $(GINSTALL) -Dm755 $(SCRIPTS) $(DESTDIR)/$(PREFIX)/games/$(basename $(SCRIPTS))
11 $(GINSTALL) -Dm644 $(MAN) $(DESTDIR)/$(PREFIX)/share/man/man6/$(MAN)
12
13 .PHONY: all install clean