freebsd-dev/usr.sbin/mrouted/common/Makefile
Paul Traina 72b4ef7179 NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!".
NOPIC is used to not generate a shared library, not NOSHARED.
Make NOSHARED advisory where appropriate.
Remove bogus NOSHARED (kbdio).
1997-06-29 06:03:42 +00:00

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>