bb49371b5d
Some of these ``modified'' files aren't really modified at all, but CVS isn't smart enough to know the difference.
18 lines
173 B
Makefile
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>
|