mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
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.
This commit is contained in:
parent
67b780b03b
commit
326f1e2f2f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36495
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user