freebsd-dev/etc/periodic/Makefile.inc
Bruce Evans 326f1e2f2f Fixed double slashes in a pathname.
Fixed some style bugs.  Ensure no creation of an obj directory so that
we don't need to chdir before installing.
1998-05-31 11:38:25 +00:00

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}