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_overlay
/
Makefile
blob
fcdc0000d59b09927d57a903ce3f87de3ae2d1d2
1
# $NetBSD: Makefile,v 1.4 2005/02/05 15:14:25 xtraeme Exp $
2
# @(#)Makefile 8.3 (Berkeley) 3/27/94
3
4
.
include
<
bsd.own.mk
>
5
6
PROG
=
mount_overlay
7
SRCS
=
mount_overlay.c
8
MAN
=
mount_overlay
.8
9
10
CPPFLAGS
+= -
I
${
NETBSDSRCDIR
}/
sys
11
12
DPADD
+=${
LIBUTIL
}
13
LDADD
+=-
lutil
14
15
.
include
<
bsd.prog.mk
>