2016-08-25 19:40:25 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PACKAGE= lib${LIB}
|
2016-09-02 18:33:08 +00:00
|
|
|
LIB= ifconfig
|
2016-09-11 17:44:35 +00:00
|
|
|
PRIVATELIB= true
|
2016-08-25 19:40:25 +00:00
|
|
|
# Don't build shared library, for now.
|
|
|
|
NO_PIC=
|
|
|
|
|
|
|
|
SHLIBDIR?= /lib
|
|
|
|
SHLIB_MAJOR= 1
|
2016-09-02 18:33:08 +00:00
|
|
|
SRCS= libifconfig.c libifconfig_internal.c
|
2016-08-25 19:40:25 +00:00
|
|
|
|
|
|
|
INCSDIR= ${INCLUDEDIR}
|
2016-09-02 18:33:08 +00:00
|
|
|
INCS= libifconfig.h
|
2016-08-25 19:40:25 +00:00
|
|
|
|
2016-09-02 18:33:08 +00:00
|
|
|
#MAN= libifconfig.3
|
2016-08-25 19:40:25 +00:00
|
|
|
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
|
|
WARNS?=6
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|