Don't build an unused obj dir.

Install all files in one step.
De-bogotified the .includes.
This commit is contained in:
Bruce Evans 1998-03-16 11:46:09 +00:00
parent ed69bf333d
commit 45a0558c0a
1 changed files with 6 additions and 7 deletions

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>