NetBSD/regress/lib/Makefile

12 lines
198 B
Makefile
Raw Normal View History

2001-07-17 07:42:23 +04:00
# $NetBSD: Makefile,v 1.9 2001/07/17 03:42:23 thorpej Exp $
1993-05-28 01:53:15 +04:00
.include <bsd.own.mk>
2001-07-17 07:42:23 +04:00
SUBDIR+= csu libc libposix libskey
.if ${MKCRYPTO} == "yes"
SUBDIR+= libcrypto
.endif
1993-05-28 01:53:15 +04:00
.include <bsd.subdir.mk>