mirror of
https://github.com/openbsd/src.git
synced 2025-01-04 15:25:38 -08:00
11 lines
212 B
Makefile
11 lines
212 B
Makefile
# $OpenBSD: Makefile,v 1.3 2003/03/04 22:24:35 deraadt Exp $
|
|
|
|
.PATH: ${.CURDIR}/../mrouted
|
|
CFLAGS+= -I${.CURDIR}/../mrouted
|
|
|
|
PROG= mrinfo
|
|
SRCS= igmp.c inet.c kern.c mrinfo.c
|
|
MAN= mrinfo.8
|
|
|
|
.include <bsd.prog.mk>
|