ANSI makes strings unwriteable
[unix-history] / usr / src / bin / ls / Makefile
# @(#)Makefile 5.3 (Berkeley) %G%
PROG= ls
SRCS= cmp.c ls.c print.c util.c
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>