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
BSD.include.dist: Use spaces to indent (see etc/mtree/README).
[dragonfly.git]
/
usr.sbin
/
mrouted
/
map-mbone
/
Makefile
blob
d442997f7fe1c03f54617c8aadd7cd06322ef3ed
1
# $FreeBSD: src/usr.sbin/mrouted/map-mbone/Makefile,v 1.8.2.1 2001/04/25 12:10:09 ru Exp $
2
# $DragonFly: src/usr.sbin/mrouted/map-mbone/Makefile,v 1.2 2003/06/17 04:29:57 dillon Exp $
3
4
PROG
=
map-mbone
5
6
S
= ${
.CURDIR
}/
..
7
.PATH
:
$S
8
CFLAGS
+= -
I
$S
9
DPADD
= ${
LIBMROUTED
}
10
LDADD
= ${
LIBMROUTED
}
11
12
SRCS
=
mapper.c
13
MAN
=
map-mbone
.8
14
15
.
include
<
bsd.prog.mk
>