freebsd-skq/usr.sbin/mrouted/common/Makefile
obrien 9c97c8f02d Perform a major cleanup of the usr.sbin Makefiles.
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
2001-07-20 06:20:32 +00:00

18 lines
189 B
Makefile

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