aboutsummaryrefslogtreecommitdiff
path: root/libexec/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - MFC:Marius Strobl2004-12-131-2/+1
| | | | | | | | | | | | | | | | | | | | | | | lib/Makefile 1.155 libexec/Makefile 1.57 usr.bin/Makefile 1.234 (partly), 1.235 Build non-crypto telnet(1) and telnetd(8) if NO_OPENSSL is defined. - Replace the check for the non-existence of src/secure and src/kerberosIV with a check for the non-existence of src/crypto only. This is to bring these checks in line with the demise of the NOSECURE knob and because if src/crypto doesn't exist we won't build any crypto stuff including not Kerberos IV (and also not Kerberos 5 for that matter). Note: On HEAD all these checks for the existence of crypto sources even have been completely removed. Discussed with: ru (some months ago) Reviewed by: ru (some months ago) Approved by: markm (telnet and secure bits, some months ago) Notes: svn path=/stable/4/; revision=138807
* MFC:Marius Strobl2004-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makefile.inc1 1.361 bin/ed/Makefile 1.22 lib/Makefile 1.157 lib/libcrypt/Makefile 1.31 lib/libfetch/Makefile 1.41 lib/libpam/modules/modules.inc 1.17 libexec/Makefile 1.61 share/examples/etc/make.conf 1.215 share/man/man5/make.conf.5 1.73 usr.bin/Makefile 1.239 usr.bin/fetch/Makefile 1.14 usr.sbin/pkg_install/Makefile 1.14 usr.sbin/pkg_install/add/Makefile 1.17 usr.sbin/pkg_install/info/Makefile 1.17 usr.sbin/pkg_install/version/Makefile 1.12 usr.sbin/ppp/Makefile 1.95, 1.96 usr.sbin/pppd/Makefile 1.25 usr.sbin/sendmail/Makefile 1.40 usr.sbin/tcpdump/tcpdump/Makefile 1.36 Retire the useless NOSECURE knob. The motivation for this MFC is that MAKE_KERBEROS4 and MAKE_KERBEROS5 are meant to be buildable by various makefiles when NOSECURE is set but this was broken because Kerberos depends on e.g. des(3) from OpenSSL which wasn't built when NOSECURE was defined. Fixing the NOSECURE knob however would have meant to make it do the same as the NOCRYPT knob. If you had been using the NOSECURE build knob please now use the NOCRYPT knob instead. Discussed with: ru (some months ago) Reviewed by: ru (some months ago) Approved by: markm (telnet and secure bits, some months ago), kensmith (re) Notes: svn path=/stable/4/; revision=138803
* MFC: disable lukemftpd until it better does the FreeBSD-thing.David E. O'Brien2002-11-121-1/+4
| | | | Notes: svn path=/stable/4/; revision=106818
* MFC: Add tcpd to the build - though we don't need to for inetd, someone mightDavid Malone2002-08-311-0/+1
| | | | | | | want it for some other service-running program. Notes: svn path=/stable/4/; revision=102718
* MFC: hookup lukemftpdDavid E. O'Brien2002-06-201-0/+1
| | | | Notes: svn path=/stable/4/; revision=98513
* MFC: Do not build/install both secure and standard versions ofRuslan Ermilov2002-02-201-1/+3
| | | | | | | | libtelnet, telnetd, and telnet. This only worked because secure/ is listed late in SUBDIR in Makefile.inc1. Notes: svn path=/stable/4/; revision=90991
* MFC: NOUUCP make flag.Paul Saab2000-08-071-1/+4
| | | | Notes: svn path=/stable/4/; revision=64339
* Reactivate named-xferPeter Wemm1999-11-301-1/+1
| | | | Notes: svn path=/head/; revision=53932
* Move named and associated tools into a seperate makefile section andPeter Wemm1999-11-301-4/+29
| | | | | | | disable them pending an import and cleanup of bind 8.2.2.p5. Notes: svn path=/head/; revision=53909
* Enable pppoedBrian Somers1999-11-211-1/+1
| | | | Notes: svn path=/head/; revision=53539
* Allow for a telnet in secure/ (SRA telnet).Mark Murray1999-10-071-1/+1
| | | | Notes: svn path=/head/; revision=51995
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Enable named-xfer and rbootd for alpha.Dima Ruban1998-11-101-14/+5
| | | | Notes: svn path=/head/; revision=41051
* Chaneg MACHINE to MACHINE_ARCH to support MACHINE=pc98.John Birrell1998-09-051-7/+3
| | | | | | | Remove a couple of unsupported machines. Notes: svn path=/head/; revision=38854
* Enable rtld-elf for build on alpha too. We now have support for sharedJohn Birrell1998-09-041-2/+3
| | | | | | | libraries on alpha! Notes: svn path=/head/; revision=38823
* BINFORMAT -> OBJFORMAT ready for E-day.John Birrell1998-08-301-5/+5
| | | | Notes: svn path=/head/; revision=38632
* Build mail.local and smrsh (when building sendmail)Peter Wemm1998-08-041-2/+6
| | | | Notes: svn path=/head/; revision=38101
* Fix stupid typo, I had only tested this in elf mode.Peter Wemm1998-06-121-2/+2
| | | | Notes: svn path=/head/; revision=36932
* Only build rtld-aout if we're in an a.out build environment.Peter Wemm1998-06-121-2/+5
| | | | Notes: svn path=/head/; revision=36923
* named-xfer can't be linked static due to the duplicated symbols inJohn Birrell1998-06-061-4/+4
| | | | | | | | | | | libc and libbind. rpc.rstatd required libkvm. Only try to build these on i386 for the time being. Notes: svn path=/head/; revision=36695
* SUBDIR += rtld-aoutPeter Wemm1998-06-011-2/+5
| | | | Notes: svn path=/head/; revision=36572
* Enable rtld-elf when building an ELF system on the i386.John Polstra1998-03-071-1/+5
| | | | Notes: svn path=/head/; revision=34195
* Disable lfs_cleanerdPoul-Henning Kamp1998-01-301-2/+2
| | | | Notes: svn path=/head/; revision=32891
* Changes for KTH KerberosIV.Mark Murray1997-09-281-7/+2
| | | | Notes: svn path=/head/; revision=29924
* .if exists(../eBones) tests the obj dir, not the source dir's existance.Peter Wemm1997-07-051-2/+2
| | | | | | | The existance of a stale obj dir does not imply the source too. Notes: svn path=/head/; revision=27207
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22989
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Build ebones/telnetd only if MAKE_EBONES definedAndrey A. Chernov1997-01-081-2/+2
| | | | Notes: svn path=/head/; revision=21428
* Compile telnetd from eBones instead of secure.Mark Murray1996-11-031-3/+3
| | | | | | | 2.2 candidate. Notes: svn path=/head/; revision=19368
* add forgotten $Id$Wolfram Schneider1996-09-221-0/+1
| | | | Notes: svn path=/head/; revision=18471
* Add named-xferPeter Wemm1996-08-291-1/+2
| | | | Notes: svn path=/head/; revision=17918
* Turn on mknetid.Bill Paul1996-06-251-3/+3
| | | | Notes: svn path=/head/; revision=16734
* Turn on ypxfr.Bill Paul1996-02-131-1/+2
| | | | Notes: svn path=/head/; revision=14088
* Include both, the regular and the `secure' telnetd, when buildingJoerg Wunsch1996-02-131-0/+4
| | | | | | | a release. Notes: svn path=/head/; revision=14078
* Disconnect bootpgwPaul Traina1996-01-231-1/+1
| | | | Notes: svn path=/head/; revision=13578
* added rpc.rquotad and rpc.spraydThomas Graichen1996-01-051-2/+2
| | | | Notes: svn path=/head/; revision=13247
* Add revnetgroup.Bill Paul1995-10-261-1/+1
| | | | Notes: svn path=/head/; revision=11817
* Build secure telnetd if available and allowedAndrey A. Chernov1995-09-291-0/+2
| | | | Notes: svn path=/head/; revision=11068
* Only build telnetd if secure telnetd is not going to be built.Mark Murray1995-08-061-1/+5
| | | | | | | Reviewed by: rgrimes Notes: svn path=/head/; revision=9962
* Add xtend.Jordan K. Hubbard1994-10-221-1/+1
| | | | Notes: svn path=/head/; revision=3787
* Move bootp & related stuffPaul Traina1994-09-301-1/+1
| | | | Notes: svn path=/head/; revision=3231
* Forget it. pcnfsd is too ugly for words because of the hand editedPaul Traina1994-09-281-1/+1
| | | | | | | | | | | | rpc files and other cruft. It's not important enough to have it in the source distribution and I don't feel comfortable with this, as it's below the standards of CSRG. Disable & remove pcnfsd. Either I'll rewrite this so it can all be generated with rpcgen or stuff it in ports and let it rot there. Notes: svn path=/head/; revision=3171
* Port rpc.pcnfsd to FreeBSD and enablePaul Traina1994-09-281-1/+1
| | | | Notes: svn path=/head/; revision=3170
* Removed bugfiler.Paul Richards1994-09-091-1/+1
| | | | | | | Submitted by: Paul Richards Notes: svn path=/head/; revision=2620
* add: rpc.rstatd rpc.rusersd rpc.rwalldGeoff Rehmet1994-08-281-1/+2
| | | | | | | Submitted by: Geoff. Notes: svn path=/head/; revision=2350
* Add back atrunJordan K. Hubbard1994-08-231-1/+1
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=2230
* For the moment, don't build kpasswdd until we figure out whatGarrett Wollman1994-08-041-1/+3
| | | | | | | to do with it. Notes: svn path=/head/; revision=1847
* rbootd compiles on i386 too.Rodney W. Grimes1994-05-281-0/+2
| | | | | | | | Reviewed by: Submitted by: Notes: svn path=/head/; revision=1605
* BSD 4.4 Lite Libexec SourcesRodney W. Grimes1994-05-271-0/+12
Notes: svn path=/vendor/CSRG/dist/; revision=1592