add <bsd.crypto.mk> support

This commit is contained in:
mrg 1999-09-26 10:22:29 +00:00
parent 6fe86bae28
commit a2f3d5f1e1

View File

@ -1,6 +1,13 @@
# $NetBSD: Makefile,v 1.8 1997/12/30 23:26:10 cgd Exp $
# $NetBSD: Makefile,v 1.9 1999/09/26 10:22:29 mrg Exp $
SRCTOP= ..
.include <bsd.crypto.mk>
# missing: bin libexec sbin usr.sbin share games gnu
SUBDIR+= include lib sys usr.bin
.if defined(CRYPTOPATH)
.sinclude "${CRYPTOPATH}/regress/Makefile.frag"
.endif
.include <bsd.subdir.mk>