d7258acdbd
This implifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon
16 lines
231 B
Makefile
16 lines
231 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=lib${LIB}
|
|
LIB= sbuf
|
|
SHLIBDIR?= /lib
|
|
SRCS= subr_prf.c subr_sbuf.c
|
|
|
|
SHLIB_MAJOR = 6
|
|
|
|
SYMBOL_MAPS= ${.CURDIR}/Symbol.map
|
|
VERSION_DEF= ${.CURDIR}/Version.def
|
|
|
|
.PATH: ${SRCTOP}/sys/kern
|
|
|
|
.include <bsd.lib.mk>
|