diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-08-06 19:09:10 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-08-06 19:09:10 +0000 |
commit | d92a7531e29e5c40b09b72f2ed1bf69182cce1e2 (patch) | |
tree | dd030c7f4f25dab76dd28b01077b773eeee38057 /bin/ls/Makefile | |
parent | fb87035a8dfc1d956ee9b28618912110c4a5b4ed (diff) |
-h, human readable sizes. from a jonathon gray mail to tech@
ok ian@ millert@
Diffstat (limited to 'bin/ls/Makefile')
-rw-r--r-- | bin/ls/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/ls/Makefile b/bin/ls/Makefile index 09fa966184d..defd6071b95 100644 --- a/bin/ls/Makefile +++ b/bin/ls/Makefile @@ -1,6 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 2000/07/19 19:27:35 mickey Exp $ +# $OpenBSD: Makefile,v 1.7 2003/08/06 19:09:09 tedu Exp $ PROG= ls SRCS= cmp.c ls.c main.c print.c util.c +DPADD= ${LIBUTIL} +LDADD= -lutil .include <bsd.prog.mk> |