repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hammer2 - update documentation, cleanup
[dragonfly.git]
/
sbin
/
mount_union
/
Makefile
blob
75c7663c801eeb360c61ed22dce3a412d58d2de7
1
# @(#)Makefile 8.3 (Berkeley) 3/27/94
2
# $FreeBSD: src/sbin/mount_union/Makefile,v 1.6.6.1 2001/04/25 10:58:40 ru Exp $
3
4
PROG
=
mount_union
5
MAN
=
mount_union
.8
6
7
LDADD
= -
lutil
8
DPADD
= ${
LIBUTIL
}
9
10
CFLAGS
+=-
I
${
.CURDIR
}/
..
/
..
/
sys
11
12
.
include
<
bsd.prog.mk
>