summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tzsetup/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-09-13 23:01:59 +0000
committerwollman <wollman@FreeBSD.org>1994-09-13 23:01:59 +0000
commit6fca7919d3cc7a358b23ff97b891ce17c1b9805c (patch)
tree25c4426813622eb5bb29669f95f21b8cbd21651b /usr.sbin/tzsetup/Makefile
parent24eb8cffa8b9dc965ae7c0e2164f92df9970216c (diff)
downloadFreeBSD-src-6fca7919d3cc7a358b23ff97b891ce17c1b9805c.zip
FreeBSD-src-6fca7919d3cc7a358b23ff97b891ce17c1b9805c.tar.gz
A little script to help users in setting up their timezone. (Try it!)
Diffstat (limited to 'usr.sbin/tzsetup/Makefile')
-rw-r--r--usr.sbin/tzsetup/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.sbin/tzsetup/Makefile b/usr.sbin/tzsetup/Makefile
new file mode 100644
index 0000000..6959dcb
--- /dev/null
+++ b/usr.sbin/tzsetup/Makefile
@@ -0,0 +1,12 @@
+# $Id$
+
+NOPROG= tzsetup
+NOMAN=
+
+all depend:
+
+beforeinstall:
+ $(INSTALL) -c -m $(BINMODE) -o $(BINOWN) -g $(BINGRP) \
+ ${.CURDIR}/tzsetup.sh ${DESTDIR}${BINDIR}/tzsetup
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud