freebsd-dev/usr.sbin/periodic/Makefile
2001-03-26 14:42:20 +00:00

12 lines
209 B
Makefile

# Makefile for periodic(8)
#
# $FreeBSD$
MAN= periodic.8
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/periodic.sh ${DESTDIR}${BINDIR}/periodic
.include <bsd.prog.mk>