repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git]
/
lib
/
libbsdmalloc
/
Makefile
blob
dabf4be6d691a8e2ab6511262211b749ea2a634c
1
# $NetBSD: Makefile,v 1.1 2003/04/21 22:21:06 elric Exp $
2
3
NOMAN
=
1
4
5
.
include
<
bsd.own.mk
>
6
7
LIB
=
bsdmalloc
8
SRCS
=
malloc.c
9
10
CPPFLAGS
= -
D_REENTRANT
11
CPPFLAGS
= -
I
${
.CURDIR
}/
..
/
libc
/
include
/
12
13
.
include
<
bsd.lib.mk
>