326f1e2f2f
Fixed some style bugs. Ensure no creation of an obj directory so that we don't need to chdir before installing.
11 lines
229 B
Makefile
11 lines
229 B
Makefile
# $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}
|