diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2000-01-01 15:44:11 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2000-01-01 15:44:11 +0000 |
| commit | cd2a718f1ec8207856c6d06dbc597b3f22274e99 (patch) | |
| tree | 4eb488c8c6f1cbb1a09fcc369da91f94d1b81b8d /bin/ls | |
| parent | 6a9a6f05ed9224b0d80235ed0342119b56dd282a (diff) | |
Notes
Diffstat (limited to 'bin/ls')
| -rw-r--r-- | bin/ls/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ls/Makefile b/bin/ls/Makefile index bf43369eb89e..2af0cd55905d 100644 --- a/bin/ls/Makefile +++ b/bin/ls/Makefile @@ -4,6 +4,7 @@ PROG= ls SRCS= cmp.c ls.c print.c util.c +DPADD= ${LIBUTIL} LDADD= -lutil .include <bsd.prog.mk> |
