This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7fd77a056c
freebsd-skq
/
lib
/
libc
/
db
/
mpool
/
Makefile.inc
7 lines
102 B
PHP
Raw
Normal View
History
Unescape
Escape
Changed all paths to be relative to src/lib instead of src/lib/libc so that all these makefiles can be used to build libc_r too. Added .if ${LIB} == "c" tests to restrict man page builds to libc to avoid needlessly building them with libc_r too. Split libc Makefile into Makefile and Makefile.inc to allow the libc_r Makefile to include Makefile.inc too.
1997-05-03 03:50:06 +00:00
# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
# $FreeBSD$
BSD 4.4 Lite Lib Sources
1994-05-27 05:00:24 +00:00
libc_r wasn't so tied to libc for 22 months.
2002-11-18 09:50:57 +00:00
.
PATH
:
$
{
.
CURDIR
}
/
db
/
mpool
BSD 4.4 Lite Lib Sources
1994-05-27 05:00:24 +00:00
SRCS
+=
mpool
.
c
Reference in New Issue
Copy Permalink