diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-08-30 17:42:29 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-08-30 17:42:29 +0000 |
| commit | 09adf59b71be5536e90072a21ff0a298de13b31e (patch) | |
| tree | 5472a1168e90c3da5a19b92d4eec77fdec82325a /secure | |
| parent | 11ae5136afc310ef71c58826e0faa94cc2b415f4 (diff) | |
Notes
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/libexec/Makefile | 6 | ||||
| -rw-r--r-- | secure/libexec/Makefile.inc | 4 |
2 files changed, 10 insertions, 0 deletions
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 <bsd.subdir.mk> diff --git a/secure/libexec/Makefile.inc b/secure/libexec/Makefile.inc new file mode 100644 index 000000000000..6657676abc6f --- /dev/null +++ b/secure/libexec/Makefile.inc @@ -0,0 +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 |
