mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00:00
41d8423f71
binaries in /bin and /sbin installed in /lib. Only the versioned files reside in /lib, the .so symlink continues to live /usr/lib so the toolchain doesn't need to be modified.
11 lines
125 B
Makefile
11 lines
125 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= sbuf
|
|
SHLIBDIR?= /lib
|
|
SRCS= subr_sbuf.c
|
|
WARNS?= 2
|
|
|
|
.PATH: ${.CURDIR}/../../sys/kern
|
|
|
|
.include <bsd.lib.mk>
|