Merge from vendor branch TNF:
[pkgsrc.git] / graphics / hp2xx / patches / patch-aa
1 $NetBSD$
2
3 --- Makefile.orig       Thu Jul  9 10:33:50 1998
4 +++ Makefile    Thu Jul  9 10:44:38 1998
5 @@ -0,0 +1,28 @@
6 +all:
7 +       cd sources; make all
8 +
9 +check:
10 +       cd sources; make check
11 +
12 +clean:
13 +       cd sources; make clean
14 +
15 +install:
16 +       cd sources; make install
17 +
18 +install-bin:
19 +       cd sources; make install-bin
20 +
21 +install-man:
22 +       cd sources; make install-man
23 +
24 +install-info:
25 +       cd sources; make install-info
26 +
27 +mostlyclean:
28 +       cd sources; make mostlyclean
29 +
30 +realclean:
31 +       cd sources; make realclean
32 +
33 +