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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sbin
/
mount_kernfs
/
Makefile
blob
51fd96fcc1439129cab80d5cb6a4f5524fe46ebd
1
# $NetBSD: Makefile,v 1.12 2005/02/05 15:01:09 xtraeme Exp $
2
# @(#)Makefile 8.2 (Berkeley) 3/27/94
3
4
.
include
<
bsd.own.mk
>
5
6
PROG
=
mount_kernfs
7
SRCS
=
mount_kernfs.c
8
MAN
=
mount_kernfs
.8
9
10
DPADD
+=${
LIBUTIL
}
11
LDADD
+=-
lutil
12
13
.
include
<
bsd.prog.mk
>