Home | History | Annotate | Line # | Download | only in ls
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 
      5 PROG=	ls
      6 SRCS=	cmp.c ls.c print.c util.c
      7 DPADD=	${LIBUTIL}
      8 LDADD=	-lutil
      9 
     10 .include <bsd.prog.mk>
     11