1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/usr.sbin/mrouted/common/Makefile
1997-02-22 16:15:28 +00:00

18 lines
173 B
Makefile

# $Id$
LIB= mrouted
NOPROFILE=
NOSHARED=
S= ${.CURDIR}/..
.PATH: $S
CFLAGS+= -I$S
SRCS= igmp.c inet.c kern.c
NOMAN=
# nothing to install
install:
.include <bsd.lib.mk>