diff options
author | joe <joe@FreeBSD.org> | 2000-01-01 15:44:11 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2000-01-01 15:44:11 +0000 |
commit | 9dba5b86f4039f01e4c67e04fdc1a996710cc030 (patch) | |
tree | 061870c6adfe5d5add3c25c31ad8e6ab6ca923a1 /usr.bin/find | |
parent | e58bf0a22ec64ef3e154ed2f4e60b019fee6d7ab (diff) | |
download | FreeBSD-src-9dba5b86f4039f01e4c67e04fdc1a996710cc030.zip FreeBSD-src-9dba5b86f4039f01e4c67e04fdc1a996710cc030.tar.gz |
Added missing DPADD's. Removed unrequired SRCS's.
Obtained from: bde
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 04b781f..a6e29a7 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> |