freebsd_amp_hwpstate/usr.sbin/mrouted/common/Makefile

18 lines
227 B
Makefile

# $Id: Makefile,v 1.3 1997/02/22 16:07:20 peter Exp $
LIB= mrouted
NOPROFILE= yes
NOPIC= yes
S= ${.CURDIR}/..
.PATH: $S
CFLAGS+= -I$S
SRCS= igmp.c inet.c kern.c
NOMAN=
# nothing to install
install:
.include <bsd.lib.mk>