summaryrefslogtreecommitdiff
path: root/include
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 /include
parentdfa5aad003b0dca0a13d0c2452c88d12cf54efa7 (diff)
Use bsd.crypto.mk.
Diffstat (limited to 'include')
-rw-r--r--include/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index a723b2481ba..967dfce1d8a 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,6 +1,9 @@
-# $NetBSD: Makefile,v 1.75 1999/03/19 22:06:36 thorpej Exp $
+# $NetBSD: Makefile,v 1.76 1999/07/12 22:04:58 thorpej Exp $
# @(#)Makefile 8.2 (Berkeley) 1/4/94
+SRCTOP= ..
+.include <bsd.crypto.mk>
+
# Doing a make includes builds /usr/include
# Missing: mp.h
@@ -21,8 +24,13 @@ INCS+= rpc/auth.h rpc/auth_unix.h rpc/clnt.h rpc/pmap_clnt.h rpc/pmap_prot.h \
rpc/pmap_rmt.h rpc/rpc.h rpc/rpc_msg.h rpc/svc.h rpc/svc_auth.h \
rpc/types.h rpc/xdr.h
INCS+= rpcsvc/yp_prot.h rpcsvc/ypclnt.h
+
INCSDIR=/usr/include
MKOBJ= no
+.if defined(CRYPTOPATH)
+.include "${CRYPTOPATH}/include/Makefile.frag"
+.endif
+
.include <bsd.prog.mk>