From 1f215376b1036eb5c00e725fd0b345c0493b491a Mon Sep 17 00:00:00 2001 From: bde 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') diff --git a/etc/periodic/Makefile.inc b/etc/periodic/Makefile.inc index 33f7d8b..8967af1 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.1