aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/ls/Makefile
blob: 8edb47abbfa84d3f32f8db9b34f0714ec6c6f29c (plain) (blame)
1
2
3
4
5
6
PROG=	ls
SRCS=	cmp.c ls.c print.c util.c

LDADD=-lutil

.include <bsd.prog.mk>