diff options
author | ru <ru@FreeBSD.org> | 2002-05-14 11:41:23 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-05-14 11:41:23 +0000 |
commit | 98db9953e855f604e8e49b81370aa869717a2b01 (patch) | |
tree | e3f87dce1287ccd048c508840c4b05e4e69cc513 /lib/libbz2 | |
parent | d82aa97dc8ad7b5d17850b356973593e4d7d38d5 (diff) | |
download | FreeBSD-src-98db9953e855f604e8e49b81370aa869717a2b01.zip FreeBSD-src-98db9953e855f604e8e49b81370aa869717a2b01.tar.gz |
I somehow managed to forgot to commit this in my INCS sweep.
We don't need the `beforeinstall' here, INCS handles this.
Diffstat (limited to 'lib/libbz2')
-rw-r--r-- | lib/libbz2/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libbz2/Makefile b/lib/libbz2/Makefile index a7abbaa..f412d41 100644 --- a/lib/libbz2/Makefile +++ b/lib/libbz2/Makefile @@ -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> |