freebsd_amp_hwpstate/lib/libftpio/Makefile

11 lines
257 B
Makefile

LIB= ftpio
CFLAGS+= -I${.CURDIR} -Wall
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>