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