e13d6f8b3f
This both avoids some dependencies on xinstall.host and allows bootstrapping on older releases to work due to lack of at least 'install -l' support. Sponsored by: EMC / Isilon Storage Division
36 lines
644 B
Makefile
36 lines
644 B
Makefile
# $FreeBSD$
|
|
# Autogenerated - do NOT edit!
|
|
|
|
DIRDEPS = \
|
|
gnu/lib/csu \
|
|
gnu/lib/libgcc \
|
|
include \
|
|
include/arpa \
|
|
include/xlocale \
|
|
lib/${CSU_DIR} \
|
|
lib/libc \
|
|
lib/libcompiler_rt \
|
|
usr.bin/yacc.host \
|
|
|
|
|
|
.include <dirdeps.mk>
|
|
|
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
|
# local dependencies - needed for -jN in clean tree
|
|
grammar.So: grammar.c
|
|
grammar.o: grammar.c
|
|
grammar.po: grammar.c
|
|
pcap.So: version.h
|
|
pcap.o: version.h
|
|
pcap.po: version.h
|
|
scanner.So: scanner.c
|
|
scanner.So: tokdefs.h
|
|
scanner.o: scanner.c
|
|
scanner.o: tokdefs.h
|
|
scanner.po: scanner.c
|
|
scanner.po: tokdefs.h
|
|
version.So: version.c
|
|
version.o: version.c
|
|
version.po: version.c
|
|
.endif
|