Deleted Added
full compact
Makefile.inc (50472) Makefile.inc (100313)
1# $FreeBSD: head/etc/periodic/Makefile.inc 50472 1999-08-27 23:37:10Z peter $
1# $FreeBSD: head/etc/periodic/Makefile.inc 100313 2002-07-18 12:07:49Z ru $
2
3BINDIR= /etc/periodic/${.CURDIR:T}
4NOOBJ=
5
6beforeinstall:
2
3BINDIR= /etc/periodic/${.CURDIR:T}
4NOOBJ=
5
6beforeinstall:
7 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 755 ${BIN} \
7 ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 755 ${BIN} \
8 ${DESTDIR}${BINDIR}
8 ${DESTDIR}${BINDIR}