summaryrefslogtreecommitdiff
path: root/plan9/9term/patches/patch-ac
blob: 8bd3e6269f44a0930b6791022e9dabb99ce9c6f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
*** Makefile.orig	Fri Aug 11 15:57:26 1995
--- Makefile	Fri Aug 11 16:04:30 1995
***************
*** 0 ****
--- 1,10 ----
+ 
+ MAN=man
+ all:
+ 	(cd libtext; make)
+ 	(cd 9term; make)
+ install:
+ 	$(INSTALL) -c 9term/9term $(PREFIX)/bin/
+ 	$(INSTALL) -c 9term/9term.1 $(PREFIX)/$(MAN)/man1/
+ 	strip $(PREFIX)/bin/9term
+ 	gzip -9nf $(PREFIX)/man/man1/9term.1