opnsense-src/usr.sbin/pcvt/Misc/Etc/Makefile
Bruce Evans 45a0558c0a Don't build an unused obj dir.
Install all files in one step.
De-bogotified the .includes.
1998-03-16 11:46:09 +00:00

13 lines
255 B
Makefile

# $Id$
FILES= Termcap Terminfo pcvt.el rc.local uemacs.tar.Z.uu xmodmap-german
NOOBJ=
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${FILES} \
${DESTDIR}${BINDIR}/Etc
afterdistribute: beforeinstall
.include <bsd.prog.mk>