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/libtacplus/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/libtacplus') diff --git a/lib/libtacplus/Makefile b/lib/libtacplus/Makefile index 798a8e0..1da6672 100644 --- a/lib/libtacplus/Makefile +++ b/lib/libtacplus/Makefile @@ -26,6 +26,7 @@ LIB= tacplus SRCS= taclib.c +INCS= taclib.h CFLAGS+= -Wall DPADD+= ${LIBMD} LDADD+= -lmd @@ -34,8 +35,4 @@ SHLIB_MINOR= 0 MAN3+= libtacplus.3 MAN5+= tacplus.conf.5 -beforeinstall: - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ - ${.CURDIR}/taclib.h ${DESTDIR}/usr/include - .include -- cgit v1.1