aboutsummaryrefslogtreecommitdiff
path: root/secure/libexec/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* pkgbase: fix inclusion of tests in ssh, bsnmp, clibs-devIsaac Freund2024-12-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, files that belong in the tests package are included in the ssh, bsnmp, and clibs-dev packages: ssh.plist 24:@dir(root,wheel,0755,) /usr/tests/secure/libexec 25:@(root,wheel,0444,) /usr/tests/secure/libexec/Kyuafile bsnmp.plist 82:@dir(root,wheel,0755,) /usr/tests/lib/libbsnmp 83:@(root,wheel,0444,) /usr/tests/lib/libbsnmp/Kyuafile 84:@(root,wheel,0555,) /usr/tests/lib/libbsnmp/bsnmpd_test clibs-dev.plist 2518:@dir(root,wheel,0755,) /usr/tests/lib/csu 2519:@(root,wheel,0444,) /usr/tests/lib/csu/Kyuafile This is caused by the PACKAGE=foo assignment in foo/Makefile.inc which overrides the default PACKAGE?=tests in bsd.test.mk. To fix this, instead use PACKAGE?=foo in foo/Makefile.inc and set PACKAGE=tests in foo/tests/Makefile. PR: 249144 Reviewed by: bapt, emaste Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D47025
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Move ssh into a dedicated packageBaptiste Daroussin2015-03-051-0/+1
| | | | | | | Flag config files as "to be merged on upgrade" Notes: svn path=/projects/release-pkg/; revision=279674
* The including makefile's directory is tried first for .include "...".Ruslan Ermilov2003-04-301-2/+2
| | | | Notes: svn path=/head/; revision=114283
* secure/ build fixes:Ruslan Ermilov2001-03-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | - TELNETOBJDIR is gone. `buildworld' already installs libtelnet.a in ${WORLDTMP}/usr/lib, and we have LIBRARY_PATH pointing there. - SSHDIR (formerly SSHSRC) is now shared between all SSH modules. New LIBSSH is introduced for libssh.a (an internal static lib). Previously, build without prior `obj' was broken; SSH modules always looked for libssh.a in ${.OBJDIR}. Also, the dependancies on the libssh.a were missing. - libtelnet/ did not install the crypto version of telnet.h into /usr/include/arpa. - Removed BINOWN, BINMODE, BINDIR and SRCS with default values. Reviewed by: markm - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74818
* Make telnet with SRA work.Mark Murray1999-10-071-0/+4
| | | | | | | Submitted by: Nick Sayer Notes: svn path=/head/; revision=51993
* Secure telnet is now in eBones.Mark Murray1996-11-071-6/+0
| | | | Notes: svn path=/head/; revision=19502
* Add TELNETOBJDIR and CRYPTOBJDIR for use in LDADD entries. This makesJustin T. Gibbs1995-09-161-1/+3
| | | | | | | secure reference the libraries that were just build instead of in /usr/lib. Notes: svn path=/head/; revision=10814
* After pst and ache fixed secure telnet, it was still not in the mainMark Murray1995-07-291-0/+1
| | | | | | | | | | | | makefiles. This puts it in. PLEASE NOTE - YOU WILL NEED TO BUILD AND INSTALL THE libtelnet IN secure/ Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=9760
* Point to proper DESTDIR nowAndrey A. Chernov1995-07-241-0/+3
Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=9684