mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 19:22:47 +00:00
e5e345a4b0
The N_host_libs dance only makes sense if host is FreeBSD. Even then, if MK_host_egacy is yes we need libmd libnetbsd does not need libutil when using libegacy Sponsored by: Juniper Networks, Inc.
18 lines
251 B
Makefile
18 lines
251 B
Makefile
DIRDEPS= \
|
|
sbin/md5 \
|
|
usr.bin/awk \
|
|
usr.bin/cap_mkdb \
|
|
usr.bin/file2c \
|
|
usr.bin/lex \
|
|
usr.bin/mkdep \
|
|
usr.bin/mkimg \
|
|
usr.bin/rpcgen \
|
|
usr.bin/sed \
|
|
usr.bin/tar \
|
|
usr.bin/yacc \
|
|
usr.sbin/makefs \
|
|
usr.sbin/nmtree \
|
|
|
|
.include <dirdeps.mk>
|
|
|