repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
VM: simplify slab allocator
[minix.git]
/
usr.sbin
/
pwd_mkdb
/
Makefile
blob
64b1e731aa772510d7b37b587053948653a2ca18
1
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $NetBSD: Makefile,v 1.19 2009/01/14 23:18:57 christos Exp $
3
4
.
include
<
bsd.own.mk
>
5
6
PROG
=
pwd_mkdb
7
MAN
=
pwd_mkdb
.8
8
CPPFLAGS
+= -
I
${
NETBSDSRCDIR
}/
lib
/
libc
/
include
9
10
.
ifndef
HOSTPROG
11
LDADD
+= -
lutil
12
DPADD
+= ${
LIBUTIL
}
13
.
endif
14
15
.
include
<
bsd.prog.mk
>