Home | History | Annotate | Line # | Download | only in kern
Makefile revision 1.15
      1 #	$NetBSD: Makefile,v 1.15 2002/08/28 12:39:49 drochner Exp $
      2 
      3 SUBDIR+= execve extent getcwd ipf lockf pipe sigtramp sysvmsg sysvsem sysvshm \
      4 	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"
     16 SUBDIR+=lock
     17 .endif
     18 
     19 
     20 .include <bsd.subdir.mk>
     21