From 386d3e7f4cdbb4c70b060e01c0c3f1e738f43d20 Mon Sep 17 00:00:00 2001 From: bde Date: Mon, 16 Mar 1998 11:46:09 +0000 Subject: [PATCH] Don't build an unused obj dir. Install all files in one step. De-bogotified the .includes. --- usr.sbin/pcvt/Misc/Etc/Makefile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/usr.sbin/pcvt/Misc/Etc/Makefile b/usr.sbin/pcvt/Misc/Etc/Makefile index 46117a4697a2..9e95ba76d13e 100644 --- a/usr.sbin/pcvt/Misc/Etc/Makefile +++ b/usr.sbin/pcvt/Misc/Etc/Makefile @@ -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 +.include