1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
</$objtype/mkfile RC=/rc/bin BIN=/$objtype/bin MAN=/sys/man tree: $CC $CFLAGS tree.c $LD $LDFLAGS -o tree tree.$O install:V: mv tree $BIN/ cp man/1/tree $MAN/1/ uninstall:V: rm -f $BIN/tree rm -f $MAN/1/tree