diff options
author | Lawrence Teo <lteo@cvs.openbsd.org> | 2014-10-09 03:40:13 +0000 |
---|---|---|
committer | Lawrence Teo <lteo@cvs.openbsd.org> | 2014-10-09 03:40:13 +0000 |
commit | b1a833966eaf3053a3d4eb5c868411a87480192e (patch) | |
tree | 38292e14f6f7eb3cc56d2f4bda288b682f480b25 /Makefile.cross | |
parent | 75c66fca748ad23450e4915d75c0689728deefb1 (diff) |
Remove the last gzsig tendril
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 87c9c9151e5..3567a28ca73 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.73 2014/08/24 20:04:10 deraadt Exp $ +# $OpenBSD: Makefile.cross,v 1.74 2014/10/09 03:40:12 lteo 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 @@ -107,7 +107,7 @@ BINUTILS_DIR=gnu/usr.bin/${BINUTILS_VERSION} .endfor # no libcrypto.... these won't build -#NO_CROSS+= dc passwd ppp tcpdump telnet ftp gzsig sasyncd vnconfig +#NO_CROSS+= dc passwd ppp tcpdump telnet ftp sasyncd vnconfig # explicit cross-compile NO_CROSS+=microcode |