summaryrefslogtreecommitdiffstats
path: root/usr.sbin/periodic/Makefile
blob: 48a128688c94e19f01d55b97a1cf255d7485e7eb (plain)
1
2
3
4
5
6
7
8
9
10
11
# Makefile for periodic(8)
#
# $FreeBSD$

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