diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2010-09-20 04:49:09 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2010-09-20 04:49:09 +0000 |
commit | b599279a8c9ce40def19481c045bf247f72e5053 (patch) | |
tree | c7b8b002537e28988a4546a8a6cf0c51df2e0756 /Makefile.cross | |
parent | bd72fd2a6d609957ee9b1a04c159fc3827c137ff (diff) |
nsd uses configure, so put it in NO_CROSS for now.
Diffstat (limited to 'Makefile.cross')
-rw-r--r-- | Makefile.cross | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.cross b/Makefile.cross index 7ed62c66d81..f520489c1a6 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.35 2010/09/09 19:46:39 drahn Exp $ +# $OpenBSD: Makefile.cross,v 1.36 2010/09/20 04:49:08 drahn 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 @@ -99,6 +99,7 @@ NO_CROSS+=bind NO_CROSS+=httpd NO_CROSS+=microcode NO_CROSS+=groff lynx binutils perl texinfo gcc cvs +NO_CROSS+=nsd cross-dirs: ${CROSSDIRS} cross-obj: ${CROSSOBJ} |