Makefile revision 1.16
1#	$NetBSD: Makefile,v 1.16 2002/08/29 03:46:39 gmcgarry Exp $
2
3SUBDIR+= execve extent getcwd ipf lockf pipe ras \
4	sigtramp sysvmsg sysvsem sysvshm unfdpass writev
5
6.include <bsd.own.mk>
7
8.if ${MACHINE_CPU} == "alpha" ||		\
9    ${MACHINE_CPU} == "i386" ||			\
10    ${MACHINE_CPU} == "m68k" ||			\
11    ${MACHINE_CPU} == "powerpc" ||		\
12    ${MACHINE_CPU} == "hppa" ||			\
13    ${MACHINE_CPU} == "sparc" ||		\
14    ${MACHINE_CPU} == "sparc64" ||		\
15    ${MACHINE_CPU} == "vax"
16SUBDIR+=lock
17.endif
18
19
20.include <bsd.subdir.mk>
21