1 1.3 thorpej # $NetBSD: Makefile,v 1.3 2003/11/15 20:31:00 thorpej Exp $ 2 1.2 lukem 3 1.2 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.1 mrg OBJS= sunos32_sysent.c sunos32_syscalls.c sunos32_syscall.h sunos32_syscallargs.h 7 1.1 mrg 8 1.1 mrg all: ${OBJS} ${OBJS32} 9 1.1 mrg 10 1.1 mrg ${OBJS}: ${DEP} 11 1.2 lukem ${HOST_SH} ../../kern/makesyscalls.sh syscalls.conf syscalls.master 12