freebsd-dev/usr.sbin/mrouted/common/Makefile
Garrett Wollman bb49371b5d Make it compile and (except for mrouted which is untested as yet) run.
Some of these ``modified'' files aren't really modified at all, but CVS
isn't smart enough to know the difference.
1994-09-08 02:51:37 +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>