aboutsummaryrefslogtreecommitdiff
path: root/tgeb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tgeb/Makefile')
-rw-r--r--tgeb/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/tgeb/Makefile b/tgeb/Makefile
new file mode 100644
index 0000000..42630c3
--- /dev/null
+++ b/tgeb/Makefile
@@ -0,0 +1,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>