tmkfile - plan9port - [fork] Plan 9 from user space | |
git clone git://src.adamsgaard.dk/plan9port | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- tmkfile (262B) --- 1 <$PLAN9/src/mkhdr 2 3 TARG=scanmail\ 4 testscan 5 6 OFILES= common.$O 7 8 HFILES= spam.h\ 9 ../common/sys.h\ 10 11 LIB= ../common/libcommon.a 12 13 BIN=$BIN/upas 14 <$PLAN9/src/mkmany 15 CFLAGS=$CFLAGS -I../common 16 17 scanmail.$O: scanmail.c 18 $CC $CFLAGS -D'SPOOL="'$PLAN9'/mail"' scanmail.c |