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/libftpio/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/libftpio/Makefile') diff --git a/lib/libftpio/Makefile b/lib/libftpio/Makefile index ecbc730..7709dea 100644 --- a/lib/libftpio/Makefile +++ b/lib/libftpio/Makefile @@ -5,14 +5,11 @@ SHLIB_MAJOR= 5 SHLIB_MINOR= 0 SRCS= ftpio.c ftperr.c +INCS= ftpio.h CFLAGS+= -I${.CURDIR} -Wall MAN3= ftpio.3 CLEANFILES= ftperr.c -beforeinstall: - ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/ftpio.h \ - ${DESTDIR}/usr/include - ftperr.c: ftp.errors @echo '#include ' > ${.TARGET} @echo '#include "ftpio.h"' >> ${.TARGET} -- cgit v1.1