Home | History | Annotate | Line # | Download | only in ultrix
Makefile revision 1.3
      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  mycroft 
      5  1.1  mycroft DEP=	syscalls.conf syscalls.master ../../kern/makesyscalls.sh
      6  1.1  mycroft OBJS=	ultrix_sysent.c ultrix_syscalls.c ultrix_syscall.h ultrix_syscallargs.h
      7  1.1  mycroft 
      8  1.1  mycroft ${OBJS}: ${DEP}
      9  1.2    lukem 	${HOST_SH} ../../kern/makesyscalls.sh syscalls.conf syscalls.master
     10