xref: /inferno-os/utils/rm/mkfile (revision 74a4d8c26dd3c1e9febcb717cfd6cb6512991a7a)
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