From 326f1e2f2f7df769bbdfa3a57db3e16b902a8e4f Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 31 May 1998 11:38:25 +0000 Subject: 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. --- etc/periodic/Makefile.inc | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'etc/periodic') diff --git a/etc/periodic/Makefile.inc b/etc/periodic/Makefile.inc index 33f7d8bcc3f1..8967af1dbdbb 100644 --- a/etc/periodic/Makefile.inc +++ b/etc/periodic/Makefile.inc @@ -1,12 +1,10 @@ -# $Id: Makefile.inc,v 1.1 1997/08/12 18:23:25 pst Exp $ +# $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 +BINDIR= /etc/periodic/${.CURDIR:T} +BINOWN= root +BINGRP= wheel +NOOBJ= -all depend etc lint: - -install: - cd ${.CURDIR}; \ - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 755 ${BIN} \ - ${DESTDIR}/${BINDIR} +beforeinstall: + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 755 ${BIN} \ + ${DESTDIR}${BINDIR} -- cgit v1.2.3