Only build the ng_mppc KLD if !NOCRYPT and required crypto sources exist.

This commit is contained in:
Archie Cobbs 2000-04-12 19:57:32 +00:00
parent ee5bb5a822
commit 71bd3f0cc1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59183

View File

@ -4,4 +4,8 @@
SUBDIR= async bpf cisco echo frame_relay hole iface ksocket lmi \
netgraph ppp pppoe pptpgre rfc1490 socket tee tty UI vjc
.if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
SUBDIR+= mppc
.endif
.include <bsd.subdir.mk>