This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cd0d51baaa
freebsd-dev
/
lib
/
libc
/
isc
/
Makefile.inc
7 lines
86 B
PHP
Raw
Normal View
History
Unescape
Escape
- Merge our local changes. - Exclude unnecessary functions for us.
2006-03-21 15:37:16 +00:00
# $FreeBSD$
# isc sources
Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP} if not already defined. This allows building libc from outside of lib/libc using a reach-over makefile. A typical use-case is to build a standard ILP32 version and a COMPAT32 version in a single iteration by building the COMPAT32 version using a reach-over makefile. Obtained from: Juniper Networks, Inc.
2014-03-04 02:19:39 +00:00
.
PATH
:
$
{
LIBC_SRCTOP
}
/
isc
- Merge our local changes. - Exclude unnecessary functions for us.
2006-03-21 15:37:16 +00:00
SRCS
+=
ev_streams
.
c
ev_timers
.
c
Reference in New Issue
Copy Permalink