diff options
author | markm <markm@FreeBSD.org> | 1995-07-29 12:49:25 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1995-07-29 12:49:25 +0000 |
commit | 96fd43c32a7afa11caa70d7e7abf30678e372c9a (patch) | |
tree | 478447507d082ca4ec83e0d5d2c3bf1302c69540 /secure/libexec | |
parent | 38a74a7bc23af4d5ed5deeff2f4ab6329b0a26cc (diff) | |
download | FreeBSD-src-96fd43c32a7afa11caa70d7e7abf30678e372c9a.zip FreeBSD-src-96fd43c32a7afa11caa70d7e7abf30678e372c9a.tar.gz |
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:
Diffstat (limited to 'secure/libexec')
-rw-r--r-- | secure/libexec/Makefile | 6 | ||||
-rw-r--r-- | secure/libexec/Makefile.inc | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/secure/libexec/Makefile b/secure/libexec/Makefile new file mode 100644 index 0000000..9bd4d2e --- /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 f9922b6..6657676 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 |