This commit is contained in:
King_DuckZ 2020-05-05 20:22:31 +02:00
commit 35c0b24c92
12 changed files with 654 additions and 360 deletions

10
makefile.freebsd Normal file
View 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>