mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
11 lines
96 B
Makefile
11 lines
96 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= xpg4
|
|
SHLIB_MAJOR= 3
|
|
|
|
SRCS= fakelib.c
|
|
|
|
NOMAN= YES
|
|
|
|
.include <bsd.lib.mk>
|