diff options
author | rsc <devnull@localhost> | 2003-11-23 18:11:44 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2003-11-23 18:11:44 +0000 |
commit | 74f990ad84deb1591ddb91be4fc8152ec0c46222 (patch) | |
tree | 17c983047848eb6a1e29596e06f43839edb7fc90 /src/libbin/mkfile | |
parent | dda0695dc0e5ff185e096bda7337db59e22165fb (diff) | |
download | plan9port-74f990ad84deb1591ddb91be4fc8152ec0c46222.tar.gz plan9port-74f990ad84deb1591ddb91be4fc8152ec0c46222.tar.bz2 plan9port-74f990ad84deb1591ddb91be4fc8152ec0c46222.zip |
add libbin
Diffstat (limited to 'src/libbin/mkfile')
-rw-r--r-- | src/libbin/mkfile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/libbin/mkfile b/src/libbin/mkfile new file mode 100644 index 00000000..c4501d0d --- /dev/null +++ b/src/libbin/mkfile @@ -0,0 +1,11 @@ +PLAN9=../.. +<$PLAN9/src/mkhdr + +LIB=libbin.a + +OFILES=\ + bin.$O\ + +HFILES=$PLAN9/include/bin.h + +<$PLAN9/src/mksyslib |