summaryrefslogtreecommitdiff
path: root/plan9/9term/patches/patch-ac
blob: 7b5d8435cac572dd994f6c25ff0f75b7427c81b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- /dev/null	Fri Sep 26 16:38:09 1997
+++ Makefile	Fri Sep 26 16:44:28 1997
@@ -0,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