2c928d3c34
pagesize()/pagesizes() after change to use aux vector. Note that public function getosreldate() is different from libc-internal __getosreldate() and does not use aux to fetch osreldate value. MFC after: 1 month
8 lines
69 B
Makefile
8 lines
69 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= auxinfo
|
|
NO_MAN=
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|