summaryrefslogtreecommitdiffstats
path: root/usr.bin/timedef/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/timedef/Makefile')
-rw-r--r--usr.bin/timedef/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/usr.bin/timedef/Makefile b/usr.bin/timedef/Makefile
deleted file mode 100644
index 80fe8d9..0000000
--- a/usr.bin/timedef/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $Id: Makefile,v 1.3 1995/06/19 22:15:35 asami Exp $
-
-LOCALES= ru_SU.KOI8-R
-LOCALEDIR= ${DESTDIR}/usr/share/locale
-
-afterinstall:
- for l in ${LOCALES}; do \
- grep -v '^#' < ${.CURDIR}/data/$$l > ${LOCALEDIR}/$$l/LC_TIME; \
- chown ${BINOWN}.${BINGRP} ${LOCALEDIR}/$$l/LC_TIME; \
- chmod 644 ${LOCALEDIR}/$$l/LC_TIME; \
- done
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud