v0.31
This commit is contained in:
parent
725a6ca583
commit
1af4b85a22
44 changed files with 6083 additions and 4351 deletions
10
Makefile.freebsd
Executable file
10
Makefile.freebsd
Executable file
|
@ -0,0 +1,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PROG= unalz
|
||||
NOMAN=
|
||||
SRCS= main.cpp UnAlz.cpp UnAlzBz2decompress.c UnAlzBzip2.cpp \
|
||||
UnAlzbzlib.c
|
||||
LDADD+= -lz -lbz2 -liconv -lstdc++
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue