aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.sbin/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* 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/
* The including makefile's directory is tried first for .include "...".Ruslan Ermilov2003-04-301-1/+1
| | | | 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
* Do not override BINDIR settings from subdirectory Makefiles.Gregory Neil Shapiro2000-10-131-1/+1
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=67085
* Add the OpenSSH userland-building Makefiles.Mark Murray2000-02-241-0/+4
Notes: svn path=/head/; revision=57434