1# @(#)Makefile 8.1 (Berkeley) 6/2/93 2# $Id$ 3 4PROG= ls 5SRCS= cmp.c stat_flags.c ls.c print.c util.c 6 7.include <bsd.prog.mk> 8