2010-06-25 20:29:09 +02:00
|
|
|
.include <bsd.own.mk>
|
2010-05-12 18:28:54 +02:00
|
|
|
|
|
|
|
LIB= bz2
|
|
|
|
BZ2DIR= ${MINIXSRCDIR}/commands/bzip2
|
|
|
|
.PATH: ${BZ2DIR}
|
|
|
|
|
|
|
|
SRCS= bzlib.c blocksort.c compress.c crctable.c decompress.c \
|
|
|
|
huffman.c randtable.c
|
|
|
|
CPPFLAGS+= -I ${BZ2DIR}
|
|
|
|
INCS= bzlib.h
|
2011-07-01 15:57:43 +02:00
|
|
|
|
2011-04-27 15:00:52 +02:00
|
|
|
.if (${NBSD_LIBC} != "no")
|
2011-07-01 15:57:43 +02:00
|
|
|
INCSDIR= /usr/include
|
2011-04-27 15:00:52 +02:00
|
|
|
.else
|
2011-07-01 15:57:43 +02:00
|
|
|
INCSDIR= /usr/include.ack
|
2011-04-27 15:00:52 +02:00
|
|
|
.endif
|
2010-05-12 18:28:54 +02:00
|
|
|
|
2010-06-25 20:29:09 +02:00
|
|
|
.include <bsd.lib.mk>
|