freebsd-dev/tools/test/auxinfo/Makefile
Konstantin Belousov 7ac7ad63d8 Add simple test to check the functioning of retrieval of
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
2010-08-17 09:42:50 +00:00

8 lines
69 B
Makefile

# $FreeBSD$
PROG= auxinfo
NO_MAN=
WARNS?= 6
.include <bsd.prog.mk>