summaryrefslogtreecommitdiffstats
path: root/lib/libftpio/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-06-17 12:26:06 +0000
committerjkh <jkh@FreeBSD.org>1996-06-17 12:26:06 +0000
commit880dd9d3c6fae1c0252b9a7ad8b0a3acd985acb6 (patch)
tree8f5d310b7f8f5268b7d1524b01546840e5a9b6f1 /lib/libftpio/Makefile
parentd296466eaa9e2d412ac79232f8f0308f0488b67d (diff)
downloadFreeBSD-src-880dd9d3c6fae1c0252b9a7ad8b0a3acd985acb6.zip
FreeBSD-src-880dd9d3c6fae1c0252b9a7ad8b0a3acd985acb6.tar.gz
Bring in a new library `libftpio', so named to avoid clashes with older
packages and also sort of give the (correct) impression that this basically sits on top of stdio and deals with stream pointers (FILE*).
Diffstat (limited to 'lib/libftpio/Makefile')
-rw-r--r--lib/libftpio/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libftpio/Makefile b/lib/libftpio/Makefile
new file mode 100644
index 0000000..8e6b9c6
--- /dev/null
+++ b/lib/libftpio/Makefile
@@ -0,0 +1,10 @@
+LIB= ftpio
+CFLAGS+= -I${.CURDIR}
+SRCS= ftpio.c
+MAN3= ftpio.3
+
+beforeinstall:
+ cd ${.CURDIR}; cmp -s ftpio.h ${DESTDIR}/usr/include/ftpio.h || \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ftpio.h ${DESTDIR}/usr/include
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud