plan9port

[fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port # fast
git clone https://src.adamsgaard.dk/plan9port.git # slow
Log | Files | Refs | README | LICENSE Back to index

mkfile (102B)


      1 <$PLAN9/src/mkhdr
      2 
      3 LIB=libbin.a
      4 
      5 OFILES=\
      6 	bin.$O\
      7 
      8 HFILES=$PLAN9/include/bin.h
      9 
     10 <$PLAN9/src/mksyslib