plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

mkfile (138B)


      1 <$PLAN9/src/mkhdr
      2 
      3 LIB=libmux.a
      4 
      5 OFILES=\
      6 	io.$O\
      7 	mux.$O\
      8 	queue.$O\
      9 	thread.$O\
     10 
     11 HFILES=\
     12 	$PLAN9/include/mux.h\
     13 
     14 <$PLAN9/src/mksyslib
     15