diff options
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 |