]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - wtf/Makefile
cgram: rename local functions
[bsdgames-darwin.git] / wtf / Makefile
1 # $NetBSD: Makefile,v 1.1 1999/07/22 01:03:20 mrg Exp $
2
3 SCRIPTS= wtf
4 MAN= wtf.6
5
6 all:
7
8 install: $(MAN) $(SCRIPTS)
9 $(GINSTALL) -Dm755 $(SCRIPTS) $(DESTDIR)/$(PREFIX)/games/$(basename $(SCRIPTS))
10 $(GINSTALL) -Dm644 $(MAN) $(DESTDIR)/$(PREFIX)/share/man/man6/$(MAN)
11
12 .PHONY: all install clean