diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-01-07 00:19:30 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-01-07 00:19:30 +0000 |
| commit | f99c0d1382b3a1ec51248c04d2bc19ddaac93221 (patch) | |
| tree | 6723c60bf588cb24ceb87cbb400be4207c9b8ae1 /lib/libsysdecode | |
| parent | 3ba0785a742f0a29c3869f52bd99e6b5b8b9c0e0 (diff) | |
Notes
Diffstat (limited to 'lib/libsysdecode')
| -rw-r--r-- | lib/libsysdecode/Makefile.depend | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/libsysdecode/Makefile.depend b/lib/libsysdecode/Makefile.depend new file mode 100644 index 0000000000000..653f52664dc06 --- /dev/null +++ b/lib/libsysdecode/Makefile.depend @@ -0,0 +1,22 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/rpc \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +ioctl.So: ioctl.c +ioctl.o: ioctl.c +ioctl.po: ioctl.c +.endif |
