aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/postscript/text2post/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/postscript/text2post/mkfile')
-rw-r--r--src/cmd/postscript/text2post/mkfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/cmd/postscript/text2post/mkfile b/src/cmd/postscript/text2post/mkfile
new file mode 100644
index 00000000..3fb60ac6
--- /dev/null
+++ b/src/cmd/postscript/text2post/mkfile
@@ -0,0 +1,23 @@
+<$PLAN9/src/mkhdr
+
+<../config
+
+COMMONDIR=../common
+
+TARG=text2post
+
+OFILES=text2post.$O\
+
+HFILES=$COMMONDIR/comments.h\
+ $COMMONDIR/path.h\
+
+BIN=$POSTBIN
+<$PLAN9/src/mkone
+
+CFLAGS=-c -D'PROGRAMVERSION="0.1"' -D'DOROUND=1' -I$COMMONDIR
+
+install:V: $POSTLIB/pjw.char.ps
+
+$POSTLIB/pjw.char.ps: pjw.char.ps
+ cp $prereq $target
+