NetBSD/regress/lib/Makefile
christos 77498d1e60 add small semaphore test.
XXX: kernel side needs more tests.
2003-01-20 20:12:17 +00:00

16 lines
260 B
Makefile

# $NetBSD: Makefile,v 1.12 2003/01/20 20:12:17 christos Exp $
.include <bsd.own.mk>
SUBDIR+= csu libc libposix libpthread libutil
.if (${MKSKEY} != "no")
SUBDIR+= libskey
.endif
.if ${MKCRYPTO} == "yes"
SUBDIR+= libcrypto
.endif
.include <bsd.subdir.mk>