Home | History | Annotate | Line # | Download | only in netbsd32
Makefile revision 1.5
      1  1.5  perry #	$NetBSD: Makefile,v 1.5 2005/02/26 23:44:37 perry Exp $
      2  1.3  lukem 
      3  1.3  lukem .include <bsd.sys.mk>		# for HOST_SH
      4  1.1    mrg 
      5  1.1    mrg DEP=	syscalls.conf syscalls.master ../../kern/makesyscalls.sh
      6  1.2    mrg OBJS=	netbsd32_sysent.c netbsd32_syscalls.c netbsd32_syscall.h netbsd32_syscallargs.h
      7  1.1    mrg 
      8  1.1    mrg ${OBJS}: ${DEP}
      9  1.3  lukem 	${HOST_SH} ../../kern/makesyscalls.sh syscalls.conf syscalls.master
     10  1.5  perry 
     11  1.5  perry all: ${OBJS}
     12  1.5  perry 
     13  1.5  perry .include <bsd.kinc.mk>
     14