1<../../mkconfig 2 3# 4# the rm command is only needed on Windows NT and Windows 95 5# 6 7TARG=rm 8 9OFILES= rm-$TARGMODEL.$O\ 10 11HFILES= 12 13LIBS=9 14 15BIN=$ROOT/$OBJDIR/bin 16 17<$ROOT/mkfiles/mkone-$SHELLTYPE 18 19rm-Posix.c rm-Inferno.c:QV: 20 echo 'rm is only built on Windows NT or Windows 95' 21 exit 1 22 23$BIN/rm.exe: $O.out 24 rm -f $target && cp $prereq $target 25