summaryrefslogtreecommitdiff
path: root/bin/ls/Makefile
blob: 20a160063a7b75c75e20bef19146ae9fa816bc80 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.2 1996/06/23 14:20:17 deraadt Exp $
#	$NetBSD: Makefile,v 1.8 1995/03/21 09:06:18 cgd Exp $

PROG=	ls
SRCS=	cmp.c stat_flags.c ls.c print.c util.c

.include <bsd.prog.mk>