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