repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
usr.bin
/
vndcompress
/
Makefile
blob
fd7dfadd7b6aeafb01dba252334476fc13601708
1
# $Id: Makefile,v 1.2 2009/04/14 22:15:28 lukem Exp $
2
3
PROG
=
vndcompress
4
LINKS
= ${
BINDIR
}/
vndcompress
${
BINDIR
}/
vnduncompress
5
MLINKS
=
vndcompress
.1
vnduncompress
.1
6
LDADD
+= -
lz
7
8
.
include
<
bsd.prog.mk
>