1 # $NetBSD: Makefile,v 1.9 1999/09/26 10:22:29 mrg Exp $ 2 3 SRCTOP= .. 4 .include <bsd.crypto.mk> 5 6 # missing: bin libexec sbin usr.sbin share games gnu 7 SUBDIR+= include lib sys usr.bin 8 9 .if defined(CRYPTOPATH) 10 .sinclude "${CRYPTOPATH}/regress/Makefile.frag" 11 .endif 12 13 .include <bsd.subdir.mk> 14