aboutsummaryrefslogtreecommitdiff
path: root/tgeb/Makefile
blob: c4b5a34c58a82a2abfdfb15cb9f0b606ce84b03e (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+=	-Wall -DDEBUG
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>