diff options
author | markm <markm@FreeBSD.org> | 1999-10-07 19:47:09 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1999-10-07 19:47:09 +0000 |
commit | e22fcdae42a8377fd03093fb75eb19694507a055 (patch) | |
tree | 29229b1840e80b5380745070efc7d2f6db9abd89 /secure/Makefile | |
parent | a6c74e1cc3763a132f455e6c6ae55205e60f9ecf (diff) | |
download | FreeBSD-src-e22fcdae42a8377fd03093fb75eb19694507a055.zip FreeBSD-src-e22fcdae42a8377fd03093fb75eb19694507a055.tar.gz |
Make telnet with SRA work.
Submitted by: Nick Sayer
Diffstat (limited to 'secure/Makefile')
-rw-r--r-- | secure/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/Makefile b/secure/Makefile index 344ac69..2b78992 100644 --- a/secure/Makefile +++ b/secure/Makefile @@ -6,7 +6,7 @@ MAINTAINER= markm -SUBDIR= lib usr.bin +SUBDIR= lib libexec usr.bin SDIR= ${.CURDIR}/.. |