diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2010-10-17 08:44:16 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2010-10-17 08:44:16 +0000 |
commit | 4725f296969f81e7430c51d4475b4c3ae9fc0876 (patch) | |
tree | 97fe09f934e010b5a615f5ea8e063d8d1587fbed /Makefile.cross | |
parent | 73dde0a601d4701a93949ab939e297d2f73a8529 (diff) |
unlink libsectok from the build; ok markus@ deraadt@
Diffstat (limited to 'Makefile.cross')
-rw-r--r-- | Makefile.cross | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.cross b/Makefile.cross index 8fb75414231..fab7e2338aa 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.40 2010/09/25 17:45:13 drahn Exp $ +# $OpenBSD: Makefile.cross,v 1.41 2010/10/17 08:44:15 djm Exp $ cross-tools: cross-includes cross-binutils cross-gcc cross-lib cross-distrib: cross-tools cross-bin cross-share cross-sys cross-etc-root-var @@ -71,7 +71,7 @@ CROSSOBJ= ${CROSSDIR}/.obj_done CROSSINCLUDES= ${CROSSDIR}/.includes_done CROSSBINUTILS= ${CROSSDIR}/.binutils_done CROSSGCC= ${CROSSDIR}/.gcc_done -#NO_CROSS= isakmpd keynote sectok ssh +#NO_CROSS= isakmpd keynote ssh # bsd.own.mk can't do it for us .if ${TARGET_ARCH} == "m68k" || ${TARGET_ARCH} == "m88k" || \ |