summaryrefslogtreecommitdiff
path: root/libexec/ftpd
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1999-07-12 22:04:09 +0000
committerthorpej <thorpej@NetBSD.org>1999-07-12 22:04:09 +0000
commita3281f72498769b7bf1e7007aaa653b5d26df9d0 (patch)
tree5831d0feb22a89ac038fbe1499e487a0445d9af0 /libexec/ftpd
parentdfa5aad003b0dca0a13d0c2452c88d12cf54efa7 (diff)
Use bsd.crypto.mk.
Diffstat (limited to 'libexec/ftpd')
-rw-r--r--libexec/ftpd/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
index 917e6a85d2e..dd810611980 100644
--- a/libexec/ftpd/Makefile
+++ b/libexec/ftpd/Makefile
@@ -1,6 +1,9 @@
-# $NetBSD: Makefile,v 1.33 1999/07/02 05:52:14 itojun Exp $
+# $NetBSD: Makefile,v 1.34 1999/07/12 22:06:03 thorpej Exp $
# @(#)Makefile 8.2 (Berkeley) 4/4/94
+SRCTOP= ../..
+.include <bsd.crypto.mk>
+
PROG= ftpd
SRCS= conf.c ftpd.c ftpcmd.y logwtmp.c popen.c
CPPFLAGS+=-DHASSETPROCTITLE
@@ -22,4 +25,8 @@ DPADD+= ${LIBSKEY}
LDADD+= -lskey
.endif
+.if defined(CRYPTOPATH)
+.include "${CRYPTOPATH}/libexec/ftpd/Makefile.frag"
+.endif
+
.include <bsd.prog.mk>