Makefile.inc (5a2a7a8a) Makefile.inc (c30ed348)
1# $NetBSD: Makefile.inc,v 1.10 2012/03/13 22:12:40 joerg Exp $
1# $NetBSD: Makefile.inc,v 1.11 2012/03/13 22:37:51 joerg Exp $
2# @(#)Makefile 8.2 (Berkeley) 2/3/94
3#
4# All library objects contain sccsid strings by default; they may be
5# excluded as a space-saving measure. To produce a library that does
6# not contain these strings, delete -DLIBC_SCCS and -DSYSLIBC_SCCS
7# from CPPFLAGS below. To remove these strings from just the system call
8# stubs, remove just -DSYSLIBC_SCCS from CPPFLAGS.
9#

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

20USE_FORT?= yes
21
22USE_SHLIBDIR= yes
23
24.include <bsd.own.mk>
25
26WARNS=4
27CPPFLAGS+= -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -D_DIAGNOSTIC
2# @(#)Makefile 8.2 (Berkeley) 2/3/94
3#
4# All library objects contain sccsid strings by default; they may be
5# excluded as a space-saving measure. To produce a library that does
6# not contain these strings, delete -DLIBC_SCCS and -DSYSLIBC_SCCS
7# from CPPFLAGS below. To remove these strings from just the system call
8# stubs, remove just -DSYSLIBC_SCCS from CPPFLAGS.
9#

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

20USE_FORT?= yes
21
22USE_SHLIBDIR= yes
23
24.include <bsd.own.mk>
25
26WARNS=4
27CPPFLAGS+= -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -D_DIAGNOSTIC
28CWARNFLAGS+= -Wno-constant-conversion
29
30.if (${USE_HESIOD} != "no")
31CPPFLAGS+= -DHESIOD
32.endif
33
34.if (${USE_INET6} != "no")
35CPPFLAGS+= -DINET6
36.endif

--- 22 unchanged lines hidden ---
28
29.if (${USE_HESIOD} != "no")
30CPPFLAGS+= -DHESIOD
31.endif
32
33.if (${USE_INET6} != "no")
34CPPFLAGS+= -DINET6
35.endif

--- 22 unchanged lines hidden ---