mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 23:05:49 +01:00
After pst and ache fixed secure telnet, it was still not in the main
makefiles. This puts it in. PLEASE NOTE - YOU WILL NEED TO BUILD AND INSTALL THE libtelnet IN secure/ Reviewed by: Submitted by: Obtained from:
This commit is contained in:
parent
28f8db1403
commit
d5fc4d2a65
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9760
@ -1,10 +1,10 @@
|
||||
# $Id: Makefile,v 1.5 1994/09/07 07:47:03 pst Exp $
|
||||
# $Id: Makefile,v 1.6 1994/11/14 20:45:20 phk Exp $
|
||||
|
||||
# lib must be first, or it will not work. This is because we reference
|
||||
# the lib's in the directory where they are built from the binaries we
|
||||
# want to build.
|
||||
|
||||
SUBDIR= lib usr.bin sbin bin
|
||||
SUBDIR= lib libexec usr.bin sbin bin
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $Id: Makefile,v 1.1 1994/08/08 17:42:35 csgr Exp $
|
||||
# $Id: Makefile,v 1.2 1994/09/08 19:06:58 csgr Exp $
|
||||
|
||||
SUBDIR= libcipher libcrypt
|
||||
SUBDIR= libcipher libcrypt libtelnet
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
||||
|
6
secure/libexec/Makefile
Normal file
6
secure/libexec/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
# From: @(#)Makefile 8.1 (Berkeley) 5/31/93
|
||||
# $Id: Makefile,v 1.2 1995/07/25 14:03:35 mark Exp $
|
||||
|
||||
SUBDIR= telnetd
|
||||
|
||||
.include <bsd.subdir.mk>
|
@ -1,3 +1,4 @@
|
||||
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
||||
# $Id: Makefile,v 1.2 1995/07/25 14:03:35 mark Exp $
|
||||
|
||||
BINDIR?= /usr/libexec
|
||||
|
@ -1,7 +1,6 @@
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1 1994/09/07 07:16:49 pst Exp $
|
||||
|
||||
# XXX telnet still needs work
|
||||
SUBDIR= bdes
|
||||
SUBDIR= bdes telnet
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user