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
drm/linux: implement div64_u64_rem() helper in math64.h
[dragonfly.git]
/
usr.sbin
/
mrouted
/
Makefile.inc
blob
c9e5fb31ea24c9955fdf19144b4ddd48efbae132
1
# $FreeBSD: src/usr.sbin/mrouted/Makefile.inc,v 1.4 1999/08/28 01:17:02 peter Exp $
2
3
WARNS?= 2
4
5
CFLAGS+= -DRSRR
6
7
.if exists(${.OBJDIR}/../common)
8
LIBMROUTED= ${.OBJDIR}/../common/libmrouted.a
9
.else
10
LIBMROUTED= ${.CURDIR}/../common/libmrouted.a
11
.endif
12
13
.include "../Makefile.inc"