Makefile revision 1.11
1#	$NetBSD: Makefile,v 1.11 1999/05/17 12:16:03 lukem Exp $
2#	@(#)Makefile	8.1 (Berkeley) 6/2/93
3
4PROG=	ls
5SRCS=	cmp.c ls.c main.c print.c stat_flags.c util.c
6
7.include <bsd.prog.mk>
8