blob: 8967af1dbdbb6d1489a409d7e5ea6d3af0cd7395 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# $Id: Makefile.inc,v 1.1.1.1 1997/08/16 17:04:00 pst Exp $
BINDIR= /etc/periodic/${.CURDIR:T}
BINOWN= root
BINGRP= wheel
NOOBJ=
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 755 ${BIN} \
${DESTDIR}${BINDIR}
|