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 /usr.bin/find | |
| parent | 6a9a6f05ed9224b0d80235ed0342119b56dd282a (diff) | |
Notes
Diffstat (limited to 'usr.bin/find')
| -rw-r--r-- | usr.bin/find/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/find/Makefile b/usr.bin/find/Makefile index 04b781f26408..a6e29a7d4efd 100644 --- a/usr.bin/find/Makefile +++ b/usr.bin/find/Makefile @@ -3,6 +3,7 @@ PROG= find SRCS= find.c function.c ls.c main.c misc.c operator.c option.c +DPADD= ${LIBUTIL} LDADD= -lutil .include <bsd.prog.mk> |
