Deleted Added
full compact
Makefile (50479) Makefile (74816)
1# Makefile for periodic(8)
2#
1# Makefile for periodic(8)
2#
3# $FreeBSD: head/usr.sbin/periodic/Makefile 50479 1999-08-28 01:35:59Z peter $
3# $FreeBSD: head/usr.sbin/periodic/Makefile 74816 2001-03-26 14:42:20Z ru $
4
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>