From a229cd8427a7660044f96404d43114548b041149 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 19 Sep 1996 17:28:34 +0000 Subject: Make libftpio 64-bit clean. Major version bumped (by me) since the ftpGet() public interface has changed (an "int *" becomes and "off_t *") Submitted by: Jason Thorpe , PR#1640 --- lib/libftpio/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libftpio/Makefile') diff --git a/lib/libftpio/Makefile b/lib/libftpio/Makefile index 79d270e..bfb9de2 100644 --- a/lib/libftpio/Makefile +++ b/lib/libftpio/Makefile @@ -4,6 +4,9 @@ SRCS= ftpio.c ftperr.c MAN3= ftpio.3 CLEANFILES+= ftperr.c +SHLIB_MAJOR= 3 +SHLIB_MINOR= 0 + beforeinstall: ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/ftpio.h \ ${DESTDIR}/usr/include -- cgit v1.1