Initial revision

This commit is contained in:
rsc 2003-09-30 17:47:44 +00:00
parent a59ea66fa9
commit 84b1cb73b3
31 changed files with 3409 additions and 0 deletions

9
src/cmd/samterm/mkfile Normal file
View file

@ -0,0 +1,9 @@
all:V: Makefile Make.FreeBSD-386 Make.Linux-386 Make.HP-UX-9000 Make.OSF1-alpha \
Make.SunOS-sun4u Make.SunOS-sun4u-cc Make.SunOS-sun4u-gcc \
Make.NetBSD-386 Make.Darwin-PowerMacintosh
Makefile:D: ../libutf/Makefile.TOP Makefile.MID ../libutf/Makefile.CMD ../libutf/Makefile.BOT
cat $prereq >$target
Make.%: ../libutf/Make.%
cp $prereq $target