Deleted Added
full compact
init.mk (246223) init.mk (253883)
1# $Id: init.mk,v 1.8 2012/11/11 22:37:02 sjg Exp $
1# $Id: init.mk,v 1.9 2013/07/18 05:46:24 sjg Exp $
2#
3# @(#) Copyright (c) 2002, Simon J. Gerraty
4#
5# This file is provided in the hope that it will
6# be of use. There is absolutely NO WARRANTY.
7# Permission to copy, redistribute or otherwise
8# use this file is hereby granted provided that
9# the above copyright notice and this notice are

--- 21 unchanged lines hidden (view full) ---

31.if !empty(WARNINGS_SET) || !empty(WARNINGS_SET_${MACHINE_ARCH})
32.include <warnings.mk>
33.endif
34
35COPTS += ${COPTS.${.IMPSRC:T}}
36CPPFLAGS += ${CPPFLAGS.${.IMPSRC:T}}
37CPUFLAGS += ${CPUFLAGS.${.IMPSRC:T}}
38
2#
3# @(#) Copyright (c) 2002, Simon J. Gerraty
4#
5# This file is provided in the hope that it will
6# be of use. There is absolutely NO WARRANTY.
7# Permission to copy, redistribute or otherwise
8# use this file is hereby granted provided that
9# the above copyright notice and this notice are

--- 21 unchanged lines hidden (view full) ---

31.if !empty(WARNINGS_SET) || !empty(WARNINGS_SET_${MACHINE_ARCH})
32.include <warnings.mk>
33.endif
34
35COPTS += ${COPTS.${.IMPSRC:T}}
36CPPFLAGS += ${CPPFLAGS.${.IMPSRC:T}}
37CPUFLAGS += ${CPUFLAGS.${.IMPSRC:T}}
38
39CC_PG?= -pg
40CXX_PG?= ${CC_PG}
41CC_PIC?= -DPIC
42CXX_PIC?= ${CC_PIC}
43PROFFLAGS?= -DGPROF -DPROF
44
39.if ${.MAKE.LEVEL:U1} == 0 && ${BUILD_AT_LEVEL0:Uyes:tl} == "no"
40# this tells lib.mk and prog.mk to not actually build anything
41_SKIP_BUILD = not building at level 0
42.endif
43
44.endif
45.if ${.MAKE.LEVEL:U1} == 0 && ${BUILD_AT_LEVEL0:Uyes:tl} == "no"
46# this tells lib.mk and prog.mk to not actually build anything
47_SKIP_BUILD = not building at level 0
48.endif
49
50.endif