kernel - Update swapcache manual page
[dragonfly.git] / usr.sbin / mrouted / map-mbone / Makefile
blobd442997f7fe1c03f54617c8aadd7cd06322ef3ed
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 $
4 PROG= map-mbone
6 S= ${.CURDIR}/..
7 .PATH: $S
8 CFLAGS+= -I$S
9 DPADD= ${LIBMROUTED}
10 LDADD= ${LIBMROUTED}
12 SRCS= mapper.c
13 MAN= map-mbone.8
15 .include <bsd.prog.mk>