1997-08-12 17:48:49 +00:00
|
|
|
# Makefile for periodic(8)
|
|
|
|
#
|
1999-08-28 01:35:59 +00:00
|
|
|
# $FreeBSD$
|
1997-08-12 17:48:49 +00:00
|
|
|
|
2001-03-26 14:42:20 +00:00
|
|
|
MAN= periodic.8
|
1997-08-12 17:48:49 +00:00
|
|
|
|
|
|
|
beforeinstall:
|
|
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
|
|
${.CURDIR}/periodic.sh ${DESTDIR}${BINDIR}/periodic
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|