Don't build an unused obj dir.

Install all files in one step.
De-bogotified the .includes.
This commit is contained in:
bde 1998-03-16 11:46:09 +00:00
parent c5fc4aa131
commit 386d3e7f4c

View File

@ -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>