bsd.lib.mk (4df1f59e8f2f4078f1f9eea17a40c335294a7f4b) bsd.lib.mk (e2e1ab1c942ecdf0228e01068eeb58aeac9ca9b2)
1# from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
2# $FreeBSD$
3#
4
5.include <bsd.init.mk>
6
7# Set up the variables controlling shared libraries. After this section,
8# SHLIB_NAME will be defined only if we are to create a shared library.

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

25.endif
26
27.if defined(CRUNCH_CFLAGS)
28CFLAGS+= ${CRUNCH_CFLAGS}
29.endif
30
31.if ${MK_ASSERT_DEBUG} == "no"
32CFLAGS+= -DNDEBUG
1# from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
2# $FreeBSD$
3#
4
5.include <bsd.init.mk>
6
7# Set up the variables controlling shared libraries. After this section,
8# SHLIB_NAME will be defined only if we are to create a shared library.

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

25.endif
26
27.if defined(CRUNCH_CFLAGS)
28CFLAGS+= ${CRUNCH_CFLAGS}
29.endif
30
31.if ${MK_ASSERT_DEBUG} == "no"
32CFLAGS+= -DNDEBUG
33NO_WERROR=
33.endif
34
35.if defined(DEBUG_FLAGS)
36CFLAGS+= ${DEBUG_FLAGS}
37.endif
38
39.if !defined(DEBUG_FLAGS)
40STRIP?= -s

--- 329 unchanged lines hidden ---
34.endif
35
36.if defined(DEBUG_FLAGS)
37CFLAGS+= ${DEBUG_FLAGS}
38.endif
39
40.if !defined(DEBUG_FLAGS)
41STRIP?= -s

--- 329 unchanged lines hidden ---