mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 10:43:32 +00:00
Don't build an unused obj dir.
Install all files in one step. De-bogotified the .includes.
This commit is contained in:
parent
ed69bf333d
commit
45a0558c0a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34621
@ -1,14 +1,13 @@
|
||||
# $Id$
|
||||
|
||||
FILES= Termcap Terminfo pcvt.el rc.local uemacs.tar.Z.uu xmodmap-german
|
||||
|
||||
NOOBJ=
|
||||
|
||||
beforeinstall:
|
||||
for file in ${FILES}; \
|
||||
do \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${.CURDIR}/$$file ${DESTDIR}${BINDIR}/Etc/$$file ; \
|
||||
done
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${FILES} \
|
||||
${DESTDIR}${BINDIR}/Etc
|
||||
|
||||
afterdistribute: beforeinstall
|
||||
|
||||
.include "../Makefile.inc"
|
||||
.include <bsd.subdir.mk>
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user