xref: /original-bsd/bin/ls/Makefile (revision c3e32dec)
1#	@(#)Makefile	8.1 (Berkeley) 06/02/93
2
3PROG=	ls
4SRCS=	cmp.c stat_flags.c ls.c print.c util.c
5
6.include <bsd.prog.mk>
7