diff options
| author | Mark Murray <markm@FreeBSD.org> | 1995-07-29 12:49:25 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1995-07-29 12:49:25 +0000 |
| commit | d5fc4d2a659449cb13bef0a0bbd1034b0333939c (patch) | |
| tree | 478447507d082ca4ec83e0d5d2c3bf1302c69540 /secure | |
| parent | 28f8db1403052856e6104905b66329de1cfa1dc7 (diff) | |
Notes
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/Makefile | 4 | ||||
| -rw-r--r-- | secure/lib/Makefile | 4 | ||||
| -rw-r--r-- | secure/libexec/Makefile | 6 | ||||
| -rw-r--r-- | secure/libexec/Makefile.inc | 1 | ||||
| -rw-r--r-- | secure/usr.bin/Makefile | 5 |
5 files changed, 13 insertions, 7 deletions
diff --git a/secure/Makefile b/secure/Makefile index 5607b5466c652..be5f107e52a3e 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 <bsd.subdir.mk> diff --git a/secure/lib/Makefile b/secure/lib/Makefile index d95986320a1dd..82b3ed8ae54bb 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 <bsd.subdir.mk> diff --git a/secure/libexec/Makefile b/secure/libexec/Makefile new file mode 100644 index 0000000000000..9bd4d2e61f2c1 --- /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 <bsd.subdir.mk> diff --git a/secure/libexec/Makefile.inc b/secure/libexec/Makefile.inc index f9922b6d69161..6657676abc6f9 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 a53973984a3ec..9d91e42c728e7 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 <bsd.subdir.mk> |
