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:
Mark Murray 1995-07-29 12:49:25 +00:00
parent 28f8db1403
commit d5fc4d2a65
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9760
5 changed files with 13 additions and 7 deletions

View File

@ -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 # 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 # the lib's in the directory where they are built from the binaries we
# want to build. # want to build.
SUBDIR= lib usr.bin sbin bin SUBDIR= lib libexec usr.bin sbin bin
.include <bsd.subdir.mk> .include <bsd.subdir.mk>

View File

@ -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> .include <bsd.subdir.mk>

6
secure/libexec/Makefile Normal file
View 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>

View File

@ -1,3 +1,4 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# $Id: Makefile,v 1.2 1995/07/25 14:03:35 mark Exp $
BINDIR?= /usr/libexec BINDIR?= /usr/libexec

View File

@ -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 telnet
SUBDIR= bdes
.include <bsd.subdir.mk> .include <bsd.subdir.mk>