summaryrefslogtreecommitdiffstats
path: root/wtf/Makefile
blob: b5c694e8fb3f927804382ac393bca673658ec224 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile,v 1.1 1999/07/22 01:03:20 mrg Exp $

SCRIPTS=	wtf
MAN=		wtf.6

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