blob: 0da66516439c2054f5e88958e045ef23ed8537d1 (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.2 2015/12/02 05:39:42 deraadt Exp $
PROG= ls
SRCS= cmp.c ls.c main.c print.c util.c utf8.c
DPADD= ${LIBUTIL}
LDADD= -lutil
.PATH: ${.CURDIR}/../../../bin/ls
.include <bsd.prog.mk>
|