mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 23:19:00 +00:00
Only build the ng_mppc KLD if !NOCRYPT and required crypto sources exist.
This commit is contained in:
parent
ee5bb5a822
commit
71bd3f0cc1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59183
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user