diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-08-23 06:22:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-08-23 06:22:52 +0000 |
commit | 452136bd9050cae592365639441d95aa8a05c846 (patch) | |
tree | b736e0c1999c33616e0b495faf863f4741dca113 /Makefile.cross | |
parent | 540c981bd410fdb1adcfda460d9cec0edbfacf68 (diff) |
no need to know about afs, since it is gone
Diffstat (limited to 'Makefile.cross')
-rw-r--r-- | Makefile.cross | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.cross b/Makefile.cross index dfc03eed41a..2c70d8cadaf 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.55 2012/08/14 20:14:35 matthew Exp $ +# $OpenBSD: Makefile.cross,v 1.56 2012/08/23 06:22:51 deraadt 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 @@ -120,8 +120,6 @@ BINUTILS_DIR=gnu/usr.bin/${BINUTILS_VERSION} #NO_CROSS+= dc login_krb5 login_krb5-or-pwd passwd ppp tcpdump telnet \ # ftp gzsig sasyncd vnconfig -# need host setup for ydr -NO_CROSS+=afs # explicit cross-compile NO_CROSS+=bind NO_CROSS+=httpd |