Changeset View
Changeset View
Standalone View
Standalone View
sys/modules/netgraph/Makefile
| Show First 20 Lines • Show All 47 Lines • ▼ Show 20 Lines | SUBDIR= async \ | ||||
| split \ | split \ | ||||
| sppp \ | sppp \ | ||||
| tag \ | tag \ | ||||
| tcpmss \ | tcpmss \ | ||||
| tee \ | tee \ | ||||
| tty \ | tty \ | ||||
| UI \ | UI \ | ||||
| vjc \ | vjc \ | ||||
| vlan | vlan \ | ||||
| vlan_rotate | |||||
| .if ${MK_BLUETOOTH} != "no" || defined(ALL_MODULES) | .if ${MK_BLUETOOTH} != "no" || defined(ALL_MODULES) | ||||
| _bluetooth= bluetooth | _bluetooth= bluetooth | ||||
| .endif | .endif | ||||
| .if ${MK_CRYPT} != "no" && exists(${SYSDIR}/crypto/rc4/rc4.c) | .if ${MK_CRYPT} != "no" && exists(${SYSDIR}/crypto/rc4/rc4.c) | ||||
| _mppc= mppc | _mppc= mppc | ||||
| .endif | .endif | ||||
| .include <bsd.subdir.mk> | .include <bsd.subdir.mk> | ||||