NetBSD/regress/lib/Makefile

22 lines
412 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.20 2007/08/21 19:52:36 drochner Exp $
1993-05-28 01:53:15 +04:00
.include <bsd.own.mk>
SUBDIR+= csu libc libevent libm libposix libpthread librt libutil
.if (${MACHINE_CPU} != "alpha" && \
${MACHINE_CPU} != "mips" && \
${MACHINE_CPU} != "hppa")
#SUBDIR+= libssp
.endif
.if (${MKSKEY} != "no")
SUBDIR+= libskey
.endif
.if ${MKCRYPTO} != "no"
SUBDIR+= libcrypto libdes
.endif
1993-05-28 01:53:15 +04:00
.include <bsd.subdir.mk>