Deleted Added
full compact
Makefile (136910) Makefile (137675)
1#
1#
2# $FreeBSD: head/rescue/librescue/Makefile 136910 2004-10-24 15:33:08Z ru $
2# $FreeBSD: head/rescue/librescue/Makefile 137675 2004-11-13 20:40:32Z bz $
3#
4
5# Certain library entries have hard-coded references to
6# /bin, /sbin, etc, that require those entries to be
7# recompiled for use in /rescue. This Makefile
8# accomplishes that. Note that this is pure build hackery.
9# This library should never be installed, and isn't even linked
10# with in the normal way. (See ../rescue/Makefile for details.)

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

25CFLAGS+= -D__DBINTERFACE_PRIVATE
26# libc/net/Makefile.inc & libutil/Makefile
27CFLAGS+= -DINET6
28# libc/regex/Makefile.inc & libc/regex/grot/Makefile
29CFLAGS+= -DPOSIX_MISTAKE
30# libc/rpc/Makefile.inc
31CFLAGS+= -DBROKEN_DES -DPORTMAP -DDES_BUILTIN
32# libc/Makefile
3#
4
5# Certain library entries have hard-coded references to
6# /bin, /sbin, etc, that require those entries to be
7# recompiled for use in /rescue. This Makefile
8# accomplishes that. Note that this is pure build hackery.
9# This library should never be installed, and isn't even linked
10# with in the normal way. (See ../rescue/Makefile for details.)

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

25CFLAGS+= -D__DBINTERFACE_PRIVATE
26# libc/net/Makefile.inc & libutil/Makefile
27CFLAGS+= -DINET6
28# libc/regex/Makefile.inc & libc/regex/grot/Makefile
29CFLAGS+= -DPOSIX_MISTAKE
30# libc/rpc/Makefile.inc
31CFLAGS+= -DBROKEN_DES -DPORTMAP -DDES_BUILTIN
32# libc/Makefile
33CFLAGS+= -DYP -DHESIOD
33.if !defined(NO_NIS)
34CFLAGS+= -DYP
35.endif
36CFLAGS+= -DHESIOD
34CFLAGS+= -I${.CURDIR}/../../lib/libc/include
35
36.include <bsd.lib.mk>
37CFLAGS+= -I${.CURDIR}/../../lib/libc/include
38
39.include <bsd.lib.mk>