diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2006-04-19 09:28:46 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2006-04-19 09:28:46 +0000 |
commit | 012cc9b1fcb5cbcdd49689eec13e6cceb31a4591 (patch) | |
tree | 96d49c90800bd2e7e952b80423d6fbc83fbf62b7 /Makefile.cross | |
parent | b6e016405ad1c727b874703bf7cf6409a6878570 (diff) |
photurisd is nomore; from Michael Knudsen
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 33937a7e404..e8d8c285fc2 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.13 2005/12/30 16:41:23 grange Exp $ +# $OpenBSD: Makefile.cross,v 1.14 2006/04/19 09:28:45 mickey Exp $ cross-tools: cross-includes cross-binutils cross-gcc cross-lib cross-distrib: cross-tools cross-bin cross-etc-root-var @@ -50,7 +50,7 @@ CROSSINCLUDES= ${CROSSDIR}/usr/include/.includes_done CROSSBINUTILS= ${CROSSDIR}/usr/bin/.binutils_done CROSSGCC= ${CROSSDIR}/usr/bin/.gcc_done NO_CROSS= isakmpd tn3270 less sudo openssl libkeynote libssl \ - photurisd keynote sectok ssh + keynote sectok ssh # no libcrypto.... these won't build NO_CROSS+= dc login_krb5 login_krb5-or-pwd passwd ppp tcpdump telnet |