This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / bin / ls / Makefile
# @(#)Makefile 5.3 (Berkeley) 5/11/90
PROG= ls
SRCS= cmp.c ls.c print.c util.c
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>