plan9port

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

mkfile (239B)


      1 <$PLAN9/src/mkhdr
      2 
      3 TARG=mailfs
      4 
      5 OFILES=\
      6 	box.$O\
      7 	decode.$O\
      8 	fs.$O\
      9 	imap.$O\
     10 	main.$O\
     11 	sx.$O\
     12 	thread.$O\
     13 	util.$O\
     14 
     15 HFILES=a.h box.h imap.h sx.h
     16 
     17 <$PLAN9/src/mkone
     18 
     19 imap.$O: imap.c
     20 	$CC $CFLAGS -DPLAN9_TARGET=\"$PLAN9_TARGET\" imap.c