summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-03-16 11:46:09 +0000
committerbde <bde@FreeBSD.org>1998-03-16 11:46:09 +0000
commit386d3e7f4cdbb4c70b060e01c0c3f1e738f43d20 (patch)
tree0e46bebb9b9e798807eb95d161f4e330f91bed80 /usr.sbin
parentc5fc4aa131b2a0f85ea3583cd01fad30a50f825f (diff)
downloadFreeBSD-src-386d3e7f4cdbb4c70b060e01c0c3f1e738f43d20.zip
FreeBSD-src-386d3e7f4cdbb4c70b060e01c0c3f1e738f43d20.tar.gz
Don't build an unused obj dir.
Install all files in one step. De-bogotified the .includes.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pcvt/Misc/Etc/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/usr.sbin/pcvt/Misc/Etc/Makefile b/usr.sbin/pcvt/Misc/Etc/Makefile
index 46117a4..9e95ba7 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 <bsd.subdir.mk>
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud