]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/periodic/Makefile.inc
This commit was generated by cvs2svn to compensate for changes in r29747,
[FreeBSD/FreeBSD.git] / etc / periodic / Makefile.inc
1 #       $Id: Makefile.inc,v 1.1 1997/08/12 18:23:25 pst Exp $
2
3 BINDIR= /etc/periodic/${.CURDIR:T}
4 BINOWN=  root
5 BINGRP=  wheel
6
7 all depend etc lint:
8
9 install:
10         cd ${.CURDIR}; \
11             ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 755 ${BIN} \
12                 ${DESTDIR}/${BINDIR}