From c127d0e61e914c6951d98986385ccb730b115cf9 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Fri, 14 Jan 2000 07:57:47 +0000 Subject: Replace beforeinstall target with new variables used by .mk system. Reviewed by: marcel, and make world --- lib/libcom_err/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/libcom_err/Makefile') diff --git a/lib/libcom_err/Makefile b/lib/libcom_err/Makefile index 847497d..081a0b7 100644 --- a/lib/libcom_err/Makefile +++ b/lib/libcom_err/Makefile @@ -2,17 +2,13 @@ LIB= com_err SRCS= com_err.c error.c +INCS= ${COM_ERRDIR}/com_err.h ${COM_ERRDIR}/com_right.h MAN3= com_err.3 COM_ERRDIR= ${.CURDIR}/../../contrib/com_err CFLAGS+= -I${COM_ERRDIR} SUBDIR= doc -beforeinstall: - ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ - ${COM_ERRDIR}/com_err.h ${COM_ERRDIR}/com_right.h \ - ${DESTDIR}/usr/include - .include .PATH: ${COM_ERRDIR} -- cgit v1.1