summaryrefslogtreecommitdiffstats
path: root/usr.sbin/periodic/Makefile
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1997-08-12 17:48:49 +0000
committerpst <pst@FreeBSD.org>1997-08-12 17:48:49 +0000
commit3c7e85f93caec6a560489e4839cc2751332f39c7 (patch)
tree0759c0d22cba5ff74068e44606af54e04cbb3a75 /usr.sbin/periodic/Makefile
parent4c37b885439f00dec715439bc54a9cfd3d68dfcd (diff)
downloadFreeBSD-src-3c7e85f93caec6a560489e4839cc2751332f39c7.zip
FreeBSD-src-3c7e85f93caec6a560489e4839cc2751332f39c7.tar.gz
Initial import of periodic executable control program.
Diffstat (limited to 'usr.sbin/periodic/Makefile')
-rw-r--r--usr.sbin/periodic/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.sbin/periodic/Makefile b/usr.sbin/periodic/Makefile
new file mode 100644
index 0000000..d629790
--- /dev/null
+++ b/usr.sbin/periodic/Makefile
@@ -0,0 +1,11 @@
+# Makefile for periodic(8)
+#
+# $Id$
+
+MAN8= periodic.8
+
+beforeinstall:
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${.CURDIR}/periodic.sh ${DESTDIR}${BINDIR}/periodic
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud