Makefile (5555bfc2598c86fb7d8d6b8e5972ce320e3cc5c7) | Makefile (690f477d75324543e57e2b45354c6e0670b9a5f7) |
---|---|
1# $FreeBSD$ 2 3.include <bsd.own.mk> 4 5SUBDIR= bc \ 6 ${_binutils} \ 7 ${_cc} \ 8 ${_cpio} \ --- 32 unchanged lines hidden (view full) --- 41.if ${MK_CVS} != "no" 42_cvs= cvs 43.endif 44 45.if ${MK_GNU_GREP} != "no" 46_grep= grep 47.endif 48 | 1# $FreeBSD$ 2 3.include <bsd.own.mk> 4 5SUBDIR= bc \ 6 ${_binutils} \ 7 ${_cc} \ 8 ${_cpio} \ --- 32 unchanged lines hidden (view full) --- 41.if ${MK_CVS} != "no" 42_cvs= cvs 43.endif 44 45.if ${MK_GNU_GREP} != "no" 46_grep= grep 47.endif 48 |
49.if ${MK_INFO} != "no" 50_texinfo= texinfo 51.endif 52 |
|
49.if ${MK_MAN} != "no" 50_man= man 51.endif 52 | 53.if ${MK_MAN} != "no" 54_man= man 55.endif 56 |
53.if ${MK_INFO} != "no" 54_texinfo= texinfo | 57.if ${MK_RCS} != "no" 58_rcs= rcs |
55.endif 56 57.if ${MK_TOOLCHAIN} != "no" 58_binutils= binutils 59_cc= cc 60.if ${MK_GDB} != "no" 61_gdb= gdb 62.endif 63.endif | 59.endif 60 61.if ${MK_TOOLCHAIN} != "no" 62_binutils= binutils 63_cc= cc 64.if ${MK_GDB} != "no" 65_gdb= gdb 66.endif 67.endif |
64.if ${MK_RCS} != "no" 65_rcs= rcs 66.endif | |
67 68.include <bsd.subdir.mk> | 68 69.include <bsd.subdir.mk> |