Revert sc1 to testing getuid() like it says it does in the output.
[dragonfly/vkernel-mp.git] / lib / libbz2 / Makefile
blob404ee6b59973b6929ca8110063561b35ba7d3c2d
1 # $FreeBSD: src/lib/libbz2/Makefile,v 1.2.2.2 2002/07/22 14:21:49 ru Exp $
2 # $DragonFly: src/lib/libbz2/Makefile,v 1.5 2005/06/30 00:40:20 corecode Exp $
4 BZ2DIR= ${.CURDIR}/../../contrib/bzip2-1.0
5 .PATH: ${BZ2DIR}
7 LIB= bz2
8 SHLIB_MAJOR= 2
9 SRCS= bzlib.c blocksort.c compress.c crctable.c decompress.c \
10 huffman.c randtable.c
11 INCS= bzlib.h
12 CFLAGS+= -I${BZ2DIR}
14 .include <bsd.lib.mk>