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

This commit is contained in:
archie 2000-04-12 19:57:32 +00:00
parent 71fcfc0b76
commit 888f3176b9

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>