blob: 71750dc5f162835a98c0d2ee1792113b11ccf1ee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
*** grep/Makefile.orig Mon Dec 6 12:27:29 1999
--- grep/Makefile Mon Dec 6 12:27:47 1999
***************
*** 9,14 ****
--- 9,19 ----
grep.1 fgrep.1 \
grep.1 zgrep.1
+ DESTDIR= ${PREFIX}
+ BINDIR= /bin
+ MANDIR= /man/man
+ NOMANCOMPRESS= 1
+
CFLAGS+= ${P} -I/usr/local/include -Wall -pedantic
LDADD= -lz -L../regex/ -lregex -L/usr/local/lib/ -liberty
|