diff options
| author | mrg <mrg@NetBSD.org> | 1999-07-20 09:35:18 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 1999-07-20 09:35:18 +0000 |
| commit | 51a96a002f783cdf772771cb6dbd35ff13284f82 (patch) | |
| tree | aabea5007f43be1ac2a3ddc55dba0d83c38ef2e0 /libexec | |
| parent | 13ca730983b06d5583c1485b4a2822d8afa28133 (diff) | |
optionally include CRYPTOPATH Makefile.frag files.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ftpd/Makefile | 4 | ||||
| -rw-r--r-- | libexec/telnetd/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index dd810611980..92a9ec1111b 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 1999/07/12 22:06:03 thorpej Exp $ +# $NetBSD: Makefile,v 1.35 1999/07/20 09:35:20 mrg Exp $ # @(#)Makefile 8.2 (Berkeley) 4/4/94 SRCTOP= ../.. @@ -26,7 +26,7 @@ LDADD+= -lskey .endif .if defined(CRYPTOPATH) -.include "${CRYPTOPATH}/libexec/ftpd/Makefile.frag" +.sinclude "${CRYPTOPATH}/libexec/ftpd/Makefile.frag" .endif .include <bsd.prog.mk> diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 605ee1a5bea..15e2da85e7c 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 1999/07/12 22:06:03 thorpej Exp $ +# $NetBSD: Makefile,v 1.22 1999/07/20 09:35:20 mrg Exp $ # from: @(#)Makefile 8.2 (Berkeley) 12/15/93 SRCTOP= ../.. @@ -17,7 +17,7 @@ DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET} LDADD+= -lutil -ltermcap -ltelnet .if defined(CRYPTOPATH) -.include "${CRYPTOPATH}/libexec/telnetd/Makefile.frag" +.sinclude "${CRYPTOPATH}/libexec/telnetd/Makefile.frag" .endif CPPFLAGS+=-I${.CURDIR} |
