summaryrefslogtreecommitdiff
path: root/graphics/hp2xx/patches/patch-aa
blob: e0fb159d9cd1b7cb0c1ec14f9dcb19fbc0dcee12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--- Makefile.orig	Thu Jul  9 10:33:50 1998
+++ Makefile	Thu Jul  9 10:44:38 1998
@@ -0,0 +1,28 @@
+all:
+	cd sources; make all
+
+check:
+	cd sources; make check
+
+clean:
+	cd sources; make clean
+
+install:
+	cd sources; make install
+
+install-bin:
+	cd sources; make install-bin
+
+install-man:
+	cd sources; make install-man
+
+install-info:
+	cd sources; make install-info
+
+mostlyclean:
+	cd sources; make mostlyclean
+
+realclean:
+	cd sources; make realclean
+
+