summaryrefslogtreecommitdiffstats
path: root/bin/ls/Makefile
blob: bf43369eb89eef951217e40f8ebeb3eb2dfe840e (plain)
1
2
3
4
5
6
7
8
9
#	@(#)Makefile	8.1 (Berkeley) 6/2/93
# $FreeBSD$


PROG=	ls
SRCS=	cmp.c ls.c print.c util.c
LDADD=	-lutil

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud