repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
iso9660fs: initialize buffer cache
[minix.git]
/
commands
/
compress
/
Makefile
blob
f55347a19070dd43c50481b5938a8abc62382425
1
# LSC For Now...
2
NOGCCERROR
:=
yes
3
PROG
=
compress
4
MAN
=
5
6
LINKS
+= ${
BINDIR
}/
compress
${
BINDIR
}/
uncompress
7
LINKS
+= ${
BINDIR
}/
compress
${
BINDIR
}/
zcat
8
9
.
include
<
bsd.prog.mk
>