NetBSD/regress/lib/Makefile

12 lines
193 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2000/10/04 00:49:44 itojun Exp $
1993-05-28 01:53:15 +04:00
.include <bsd.own.mk>
SUBDIR+= libc libposix libskey
.if ${MKCRYPTO} == "yes"
SUBDIR+= libcrypto
.endif
1993-05-28 01:53:15 +04:00
.include <bsd.subdir.mk>