root/user/bin/Makefile

/* [<][>][^][v][top][bottom][index][help] */
#
# Makefile for src/bin (sources for programs installed in /bin)
#

TOP=../..
.include "$(TOP)/mk/os161.config.mk"

SUBDIRS=true false sync mkdir rmdir pwd cat cp ln mv rm ls sh

.include "$(TOP)/mk/os161.subdir.mk"

/* [<][>][^][v][top][bottom][index][help] */