diff --git a/secure/Makefile b/secure/Makefile index 5607b5466c65..be5f107e52a3 100644 --- a/secure/Makefile +++ b/secure/Makefile @@ -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 diff --git a/secure/lib/Makefile b/secure/lib/Makefile index d95986320a1d..82b3ed8ae54b 100644 --- a/secure/lib/Makefile +++ b/secure/lib/Makefile @@ -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 diff --git a/secure/libexec/Makefile b/secure/libexec/Makefile new file mode 100644 index 000000000000..9bd4d2e61f2c --- /dev/null +++ b/secure/libexec/Makefile @@ -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 diff --git a/secure/libexec/Makefile.inc b/secure/libexec/Makefile.inc index f9922b6d6916..6657676abc6f 100644 --- a/secure/libexec/Makefile.inc +++ b/secure/libexec/Makefile.inc @@ -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 diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile index a53973984a3e..9d91e42c728e 100644 --- a/secure/usr.bin/Makefile +++ b/secure/usr.bin/Makefile @@ -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