Makefile revision 1.3
1#	@(#)Makefile	5.3 (Berkeley) 5/11/90
2#
3#	$Header: /tank/opengrok/rsync2/NetBSD/src/bin/ls/Makefile,v 1.3 1993/03/23 00:26:05 cgd Exp $
4
5PROG=	ls
6SRCS=	cmp.c ls.c print.c util.c
7DPADD=	${LIBUTIL}
8LDADD=	-lutil
9
10.include <bsd.prog.mk>
11