Makefile revision 74816
1# Makefile for periodic(8)
2#
3# $FreeBSD: head/usr.sbin/periodic/Makefile 74816 2001-03-26 14:42:20Z ru $
4
5MAN=	periodic.8
6
7beforeinstall:
8	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
9		${.CURDIR}/periodic.sh ${DESTDIR}${BINDIR}/periodic
10
11.include <bsd.prog.mk>
12