aboutsummaryrefslogtreecommitdiff
path: root/tgeb/Makefile
blob: 42630c38e71ffe964414ecad0dbeed0d7ba5dcbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $Id$

LIB=		tgeb
SRCS=		anbieter.c ausland.c tarife.c common.c update.c unzip.c
HDRS=		tgebdat.h tgebup.h
#CFLAGS+=	-I../unzip
NOMAN=
NOPROFILE=
NOPIC=

includes:
	@cd ${.CURDIR}; 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 <bsd.lib.mk>