diff options
author | wkj <devnull@localhost> | 2004-05-17 02:24:15 +0000 |
---|---|---|
committer | wkj <devnull@localhost> | 2004-05-17 02:24:15 +0000 |
commit | e8fb1d3efb114d1859f14fda2b6681d99df1f48a (patch) | |
tree | a3b437370521c9eff6cab00dd77fd2d95a3dc090 /src/cmd/postscript/tr2post/mkfile | |
parent | 8a3cbc157981485adc947c0477dc3e4907acc9a3 (diff) | |
download | plan9port-e8fb1d3efb114d1859f14fda2b6681d99df1f48a.tar.gz plan9port-e8fb1d3efb114d1859f14fda2b6681d99df1f48a.tar.bz2 plan9port-e8fb1d3efb114d1859f14fda2b6681d99df1f48a.zip |
tr2post and aux/download; download is a shell script in $PLAN9/bin.
Diffstat (limited to 'src/cmd/postscript/tr2post/mkfile')
-rw-r--r-- | src/cmd/postscript/tr2post/mkfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/postscript/tr2post/mkfile b/src/cmd/postscript/tr2post/mkfile index e1e5aec2..4a5f47d4 100644 --- a/src/cmd/postscript/tr2post/mkfile +++ b/src/cmd/postscript/tr2post/mkfile @@ -28,6 +28,8 @@ HFILES=tr2post.h\ BIN=$POSTBIN +LIB=../common/libcom.a + <$PLAN9/src/mkone CFLAGS=$CFLAGS -c -D'PROGRAMVERSION="0.1"' -D'DOROUND=1' -I$COMMONDIR |