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
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
usr.sbin
/
puffs
/
rump_syspuffs
/
Makefile
blob
7e2d90d7fe608bb8323083d7f1af37c2e002f8c4
1
# $NetBSD: Makefile,v 1.2 2008/08/06 20:14:09 pooka Exp $
2
#
3
4
PROG
=
rump_syspuffs
5
6
LDADD
+= -
lrumpfs_syspuffs
7
DPADD
+= ${
LIBRUMPFS_SYSPUFFS
}
8
9
ISRUMP
=
# indubitably
10
CPPFLAGS
+= -
I
${
.CURDIR
}/
..
/
..
/
..
/
sys
/
rump
/
fs
/
lib
/
libsyspuffs
11
MAN
=
rump_syspuffs
.8
12
13
.
include
<
bsd.prog.mk
>