xref: /inferno-os/utils/cp/mkfile (revision 74a4d8c26dd3c1e9febcb717cfd6cb6512991a7a)
1<../../mkconfig
2
3TARG=cp
4
5OFILES=	cp.$O\
6
7HFILES=
8
9LIBS=9
10
11BIN=$ROOT/$OBJDIR/bin
12
13<$ROOT/mkfiles/mkone-$SHELLTYPE
14
15#
16#	override install so that cp doesn't try to copy onto itself
17#
18
19$BIN/%:	$O.out
20	cp $target cpx.exe
21	./cpx $O.out $target
22	rm cpx.exe
23