1999-09-26 14:22:29 +04:00
|
|
|
# $NetBSD: Makefile,v 1.9 1999/09/26 10:22:29 mrg Exp $
|
|
|
|
|
|
|
|
SRCTOP= ..
|
|
|
|
.include <bsd.crypto.mk>
|
1993-05-22 10:19:16 +04:00
|
|
|
|
1997-12-31 02:26:10 +03:00
|
|
|
# missing: bin libexec sbin usr.sbin share games gnu
|
|
|
|
SUBDIR+= include lib sys usr.bin
|
1993-05-22 10:19:16 +04:00
|
|
|
|
1999-09-26 14:22:29 +04:00
|
|
|
.if defined(CRYPTOPATH)
|
|
|
|
.sinclude "${CRYPTOPATH}/regress/Makefile.frag"
|
|
|
|
.endif
|
|
|
|
|
1993-05-22 10:19:16 +04:00
|
|
|
.include <bsd.subdir.mk>
|