diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2005-06-28 23:10:37 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2005-06-28 23:10:37 +0000 |
commit | a0fb9f5ff22a55f0ad551eed99b79635dfd32c6c (patch) | |
tree | dde1a72d935daaea7e56fad0e27b946de5931505 /Makefile.cross | |
parent | 6ff6c4ae5d89e6f361ad629a3ebcdcb919e298b5 (diff) |
telnetd is gone
Diffstat (limited to 'Makefile.cross')
-rw-r--r-- | Makefile.cross | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.cross b/Makefile.cross index fa0a65688dd..a1289113bac 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.7 2005/03/12 17:28:08 grange Exp $ +# $OpenBSD: Makefile.cross,v 1.8 2005/06/28 23:10:36 martin Exp $ cross-tools: cross-includes cross-binutils cross-gcc cross-lib cross-distrib: cross-tools cross-bin cross-etc-root-var @@ -37,8 +37,7 @@ NO_CROSS= isakmpd tn3270 less sudo openssl libkeynote libssl \ photurisd keynote sectok ssh # no libcrypto.... these won't build -NO_CROSS+= telnetd login_krb5 login_krb5-or-pwd dc passwd telnet ppp \ - tcpdump +NO_CROSS+= dc login_krb5 login_krb5-or-pwd passwd ppp tcpdump telnet # need host setup for ydr NO_CROSS+=afs # explicit cross-compile |