I somehow managed to forgot to commit this in my INCS sweep.

We don't need the `beforeinstall' here, INCS handles this.
This commit is contained in:
Ruslan Ermilov 2002-05-14 11:41:23 +00:00
parent 8808984ed3
commit 69f8a52c4c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96574

View File

@ -13,8 +13,4 @@ SRCS= bzlib.c blocksort.c compress.c crctable.c decompress.c \
INCS= bzlib.h
CFLAGS+= -I${BZ2DIR}
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${BZ2DIR}/bzlib.h \
${DESTDIR}/usr/include
.include <bsd.lib.mk>