diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2014-04-13 08:35:28 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2014-04-13 08:35:28 +0000 |
commit | dd2780c25990b70c65888d43f6709e345db84f58 (patch) | |
tree | ac90190e12ad448e0bc8877485f23de2f87fd53e /sys/arch/alpha/stand | |
parent | 11597a4bbf6afd4ce63166d79facc6171d125936 (diff) |
Clean up last bits of TCP_WRAPPERS and ELF_TOOLCHAIN.
ok miod@
Diffstat (limited to 'sys/arch/alpha/stand')
-rw-r--r-- | sys/arch/alpha/stand/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/alpha/stand/Makefile.inc b/sys/arch/alpha/stand/Makefile.inc index 21e4b6b104f..4ffc3d5b489 100644 --- a/sys/arch/alpha/stand/Makefile.inc +++ b/sys/arch/alpha/stand/Makefile.inc @@ -1,8 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.14 2012/12/17 19:03:22 martynas Exp $ +# $OpenBSD: Makefile.inc,v 1.15 2014/04/13 08:35:27 brad Exp $ # $NetBSD: Makefile.inc,v 1.8 1997/04/06 08:39:38 cgd Exp $ -.include <bsd.own.mk> # for ELF_TOOLCHAIN definition - BINDIR= /usr/mdec # For descriptions of regions available to bootstrap programs, see |