# $Id$ LIB= tgeb SRCS= anbieter.c ausland.c tarife.c common.c update.c unzip.c HDRS= tgebdat.h tgebup.h CFLAGS+= -Wall -I${.CURDIR}/../include NOMAN= NOPROFILE= NOPIC= includes: @cd ${.CURDIR}/../include; for i in $(HDRS); do \ j="cmp -s $$i ${DESTDIR}/usr/include/$$i || \ ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \ -m 444 $$i ${DESTDIR}/usr/include"; \ echo $$j; \ eval "$$j"; \ done .include