diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1997-10-18 10:40:02 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1997-10-18 10:40:02 +0000 |
| commit | 2cdfa5f4770f13d009b7e820a555c9da9c347c8f (patch) | |
| tree | a1ef3585e60def5bd3f7d71fac49819cda416185 /usr.sbin/pcvt/Misc/Doc | |
| parent | 68e65026ffe793a57f9af066dabddd625dfa58ba (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pcvt/Misc/Doc')
| -rw-r--r-- | usr.sbin/pcvt/Misc/Doc/Makefile | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/usr.sbin/pcvt/Misc/Doc/Makefile b/usr.sbin/pcvt/Misc/Doc/Makefile index 649291bdc779..8999896a1e72 100644 --- a/usr.sbin/pcvt/Misc/Doc/Makefile +++ b/usr.sbin/pcvt/Misc/Doc/Makefile @@ -1,11 +1,15 @@ -# NetBSD -#MAN4= pcvt.0 -#MLINKS= pcvt.0 ../pcvt.0 +FILES= Acknowledgements Bibliography BugList ChangeLog CharGen \ + Charsets EscapeSequences Keyboard.HP Keyboard.VT \ + Manifest NotesAndHints TestedHardware ToDo -# FreeBSD -#MAN4= pcvt.4 -#MLINKS= pcvt.4 ../pcvt.4 +beforeinstall: + for file in ${FILES}; \ + do \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${.CURDIR}/$$file ${DESTDIR}${BINDIR}/Doc/$$file ; \ + done -MANSUBDIR= /i386 +afterdistribute: beforeinstall -.include <bsd.prog.mk> +.include "../Makefile.inc" +.include <bsd.subdir.mk> |
