freebsd-dev/lib/libftpio/Makefile
jkh 880dd9d3c6 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*).
1996-06-17 12:26:06 +00:00

11 lines
251 B
Makefile

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>