# Makefile for ls

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

PROG=ls
SRCS=ls.c
BINDIR=/bin


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

