summaryrefslogtreecommitdiffstats
path: root/lib/libftpio/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-09-19 17:28:34 +0000
committerpeter <peter@FreeBSD.org>1996-09-19 17:28:34 +0000
commita229cd8427a7660044f96404d43114548b041149 (patch)
treea26bc1e0e219713683b4a497c4522c8381b12756 /lib/libftpio/Makefile
parentb3f9cfa0e28c63f9f7b5b9a812a3bd8e4cad6c23 (diff)
downloadFreeBSD-src-a229cd8427a7660044f96404d43114548b041149.zip
FreeBSD-src-a229cd8427a7660044f96404d43114548b041149.tar.gz
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 <thorpej@nas.nasa.gov>, PR#1640
Diffstat (limited to 'lib/libftpio/Makefile')
-rw-r--r--lib/libftpio/Makefile3
1 files changed, 3 insertions, 0 deletions
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
OpenPOWER on IntegriCloud