aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.bsd-wrapper
blob: c614e7f93fee7f30a7e9117c9b77aa7343e186c2 (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 -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 <bsd.lib.mk>