Blob


1 <$PLAN9/src/mkhdr
3 TARG=scanmail\
4 testscan
6 OFILES= common.$O
8 HFILES= spam.h\
9 ../common/sys.h\
11 LIB= ../common/libcommon.a
13 BIN=$BIN/upas
14 <$PLAN9/src/mkmany
15 CFLAGS=$CFLAGS -I../common
17 scanmail.$O: scanmail.c
18 $CC $CFLAGS -D'SPOOL="'$PLAN9'/mail"' scanmail.c