freebsd-dev/lib/libifconfig/Makefile
Allan Jude 567de0da7e Mark libifconfig as private until the API/ABI is stable
libifconfig is still experimental and under active development.
To avoid making any ABI promises, mark the library as private

Suggested by:	bapt
Reviewed by:	kp
2016-09-11 17:44:35 +00:00

22 lines
310 B
Makefile

# $FreeBSD$
PACKAGE= lib${LIB}
LIB= ifconfig
PRIVATELIB= true
# Don't build shared library, for now.
NO_PIC=
SHLIBDIR?= /lib
SHLIB_MAJOR= 1
SRCS= libifconfig.c libifconfig_internal.c
INCSDIR= ${INCLUDEDIR}
INCS= libifconfig.h
#MAN= libifconfig.3
CFLAGS+= -I${.CURDIR}
WARNS?=6
.include <bsd.lib.mk>