From 08eca96e71d96ad1f8e9b888875ab5570f208d19 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Wed, 17 Feb 2021 14:05:02 -0500 Subject: Get all the games compiling for iOS --- wtf/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'wtf') diff --git a/wtf/Makefile b/wtf/Makefile index fd0c94bd..b5c694e8 100644 --- a/wtf/Makefile +++ b/wtf/Makefile @@ -1,7 +1,12 @@ # $NetBSD: Makefile,v 1.1 1999/07/22 01:03:20 mrg Exp $ SCRIPTS= wtf -SCRIPTSDIR= /usr/games MAN= wtf.6 -.include +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 -- cgit v1.2.3-56-ge451