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
/
mount_sysctlfs
/
Makefile
blob
5f2010048ddb4ea38dfa52c7bf87f2fd2a2bd15b
1
# $NetBSD: Makefile,v 1.2 2007/08/10 07:59:32 pooka Exp $
2
3
PROG
=
mount_sysctlfs
4
SRCS
=
sysctlfs.c
5
6
DPAPP
+= ${
LIBPUFFS
} ${
LIBUTIL
}
7
LDADD
+= -
lpuffs
-
lutil
8
9
MAN
=
mount_sysctlfs
.8
10
11
.
include
<
bsd.prog.mk
>