Expand PMF_FN_* macros.
[netbsd-mini2440.git] / regress / lib / Makefile
blob3bd7922a6650352043074a1ad88896d1b3a40edd
1 # $NetBSD: Makefile,v 1.21 2009/02/14 00:26:14 cube Exp $
3 .include <bsd.own.mk>
5 SUBDIR+= csu libc libm libposix libpthread librt libutil
7 .if (${MACHINE_CPU} != "alpha" && \
8 ${MACHINE_CPU} != "mips" && \
9 ${MACHINE_CPU} != "hppa")
10 #SUBDIR+= libssp
11 .endif
13 .if (${MKSKEY} != "no")
14 SUBDIR+= libskey
15 .endif
17 .if ${MKCRYPTO} != "no"
18 SUBDIR+= libdes
19 .endif
21 .include <bsd.subdir.mk>