mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 21:09:28 +00:00
3e0f74ccaf
Found by: "Akinori -Aki- MUSHA" <knu@idaemons.org>
12 lines
111 B
Makefile
12 lines
111 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= xpg4
|
|
SHLIB_MAJOR= 3
|
|
SHLIB_MINOR= 0
|
|
|
|
SRCS= fakelib.c
|
|
|
|
NOMAN= YES
|
|
|
|
.include <bsd.lib.mk>
|