Makefile (6cec9cad762b6476313fb1f8e931a1647822db6b) | Makefile (df3394b3de0c40cae69e46b795dc794db3a80c2e) |
---|---|
1# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $ 2# $FreeBSD$ 3 | 1# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $ 2# $FreeBSD$ 3 |
4.include <src.opts.mk> | 4SYSDIR?=${.CURDIR}/../.. 5.include "${SYSDIR}/conf/kern.opts.mk" |
5 6SUBDIR= async \ 7 atm \ 8 atmllc \ 9 ${_bluetooth} \ 10 bpf \ 11 bridge \ 12 car \ --- 39 unchanged lines hidden (view full) --- 52 UI \ 53 vjc \ 54 vlan 55 56.if ${MK_BLUETOOTH} != "no" || defined(ALL_MODULES) 57_bluetooth= bluetooth 58.endif 59 | 6 7SUBDIR= async \ 8 atm \ 9 atmllc \ 10 ${_bluetooth} \ 11 bpf \ 12 bridge \ 13 car \ --- 39 unchanged lines hidden (view full) --- 53 UI \ 54 vjc \ 55 vlan 56 57.if ${MK_BLUETOOTH} != "no" || defined(ALL_MODULES) 58_bluetooth= bluetooth 59.endif 60 |
60.if ${MK_CRYPT} != "no" && exists(${.CURDIR}/../../crypto/rc4/rc4.c) | 61.if ${MK_CRYPT} != "no" && exists(${SYSDIR}/crypto/rc4/rc4.c) |
61_mppc= mppc 62.endif 63 64.include <bsd.subdir.mk> | 62_mppc= mppc 63.endif 64 65.include <bsd.subdir.mk> |