1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/usr.sbin/periodic/Makefile

12 lines
205 B
Makefile

# 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>