Makefile (97d92980a96a50750844f420cc225ddf918f0699) | Makefile (345e52e74228df732bb0c9732aca0fc0404c360d) |
---|---|
1# Makefile for periodic(8) 2# 3# $FreeBSD$ 4 | 1# Makefile for periodic(8) 2# 3# $FreeBSD$ 4 |
5MAN8= periodic.8 | 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> | 6 7beforeinstall: 8 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ 9 ${.CURDIR}/periodic.sh ${DESTDIR}${BINDIR}/periodic 10 11.include <bsd.prog.mk> |