diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2019-01-27 02:08:33 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2019-01-27 02:08:33 +0000 |
| commit | cc17ee2ece085d7d746bcd8fa9be19170855aaac (patch) | |
| tree | 5be40613f405cb081b2c44410b1506781927f8e3 /tools | |
| parent | 10dd4cc92542aa04b0e59469a484a48e4c3cdd24 (diff) | |
Merge the [pgoyette-compat] branch
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/compat/nbtool_config.h.in | 3 | ||||
| -rw-r--r-- | tools/host-mkdep/Makefile | 4 | ||||
| -rw-r--r-- | tools/m68k-elf2aout/Makefile | 4 |
3 files changed, 7 insertions, 4 deletions
diff --git a/tools/compat/nbtool_config.h.in b/tools/compat/nbtool_config.h.in index d142242af58..b65da56db65 100644 --- a/tools/compat/nbtool_config.h.in +++ b/tools/compat/nbtool_config.h.in @@ -1,6 +1,5 @@ -/* nbtool_config.h.in. Generated from configure.ac by autoheader. */ -/* $NetBSD: nbtool_config.h.in,v 1.47 2018/08/30 12:05:34 christos Exp $ */ +/* $NetBSD: nbtool_config.h.in,v 1.48 2019/01/27 02:08:50 pgoyette Exp $ */ #ifndef __NETBSD_NBTOOL_CONFIG_H__ #define __NETBSD_NBTOOL_CONFIG_H__ diff --git a/tools/host-mkdep/Makefile b/tools/host-mkdep/Makefile index ece14f4cdb5..3403a8b7d07 100644 --- a/tools/host-mkdep/Makefile +++ b/tools/host-mkdep/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2018/05/01 19:59:47 christos Exp $ +# $NetBSD: Makefile,v 1.14 2019/01/27 02:08:50 pgoyette Exp $ + +.include <bsd.hostinit.mk> .include <bsd.hostinit.mk> diff --git a/tools/m68k-elf2aout/Makefile b/tools/m68k-elf2aout/Makefile index 4accb3732c6..ef9290d30e9 100644 --- a/tools/m68k-elf2aout/Makefile +++ b/tools/m68k-elf2aout/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2018/05/03 01:09:04 christos Exp $ +# $NetBSD: Makefile,v 1.4 2019/01/27 02:08:50 pgoyette Exp $ + +.include <bsd.hostinit.mk> .include <bsd.hostinit.mk> |
