This commit is contained in:
King_DuckZ 2020-05-05 20:22:38 +02:00
commit 1af4b85a22
44 changed files with 6083 additions and 4351 deletions

10
Makefile.freebsd Executable 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>