72b4ef7179
NOPIC is used to not generate a shared library, not NOSHARED. Make NOSHARED advisory where appropriate. Remove bogus NOSHARED (kbdio).
18 lines
227 B
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>
|