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:
ru 2002-05-14 11:41:23 +00:00
parent d82aa97dc8
commit 98db9953e8

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>