usched: Allow process to change self cpu affinity
[dragonfly.git] / usr.sbin / mrouted / Makefile.inc
blobc9e5fb31ea24c9955fdf19144b4ddd48efbae132
1 # $FreeBSD: src/usr.sbin/mrouted/Makefile.inc,v 1.4 1999/08/28 01:17:02 peter Exp $
3 WARNS?=       2
5 CFLAGS+=        -DRSRR
7 .if exists(${.OBJDIR}/../common)
8 LIBMROUTED=     ${.OBJDIR}/../common/libmrouted.a
9 .else
10 LIBMROUTED=     ${.CURDIR}/../common/libmrouted.a
11 .endif
13 .include "../Makefile.inc"