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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sbin
/
mount_procfs
/
Makefile
blob
a6ffd65ac607f5a9f7f3ad7edf90a20a44b2c084
1
# $NetBSD: Makefile,v 1.13 2005/02/05 15:14:25 xtraeme Exp $
2
# @(#)Makefile 8.4 (Berkeley) 3/27/94
3
4
.
include
<
bsd.own.mk
>
5
6
PROG
=
mount_procfs
7
SRCS
=
mount_procfs.c
8
MAN
=
mount_procfs
.8
9
10
DPADD
+=${
LIBUTIL
}
11
LDADD
+=-
lutil
12
13
.
include
<
bsd.prog.mk
>