make this rebuild generated files by default, also clean up and make

more like other similar Makefiles.
This commit is contained in:
perry 2005-02-26 23:49:20 +00:00
parent 84f4fbb117
commit 44e692be50
1 changed files with 6 additions and 3 deletions

View File

@ -1,11 +1,14 @@
# $NetBSD: Makefile,v 1.3 2003/11/15 20:31:00 thorpej Exp $
# $NetBSD: Makefile,v 1.4 2005/02/26 23:49:20 perry Exp $
.include <bsd.sys.mk> # for HOST_SH
DEP= syscalls.conf syscalls.master ../../kern/makesyscalls.sh
OBJS= sunos32_sysent.c sunos32_syscalls.c sunos32_syscall.h sunos32_syscallargs.h
all: ${OBJS} ${OBJS32}
${OBJS}: ${DEP}
${HOST_SH} ../../kern/makesyscalls.sh syscalls.conf syscalls.master
all: ${OBJS}
.include <bsd.kinc.mk>