make this rebuild generated files by default

This commit is contained in:
perry 2005-02-26 23:46:50 +00:00
parent afd17eee3b
commit 84f4fbb117
2 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2003/11/15 20:30:59 thorpej Exp $
# $NetBSD: Makefile,v 1.4 2005/02/26 23:46:50 perry Exp $
.include <bsd.sys.mk> # for HOST_SH
@ -7,3 +7,7 @@ OBJS= pecoff_sysent.c pecoff_syscalls.c pecoff_syscall.h pecoff_syscallargs.h
${OBJS}: ${DEP}
${HOST_SH} ../../kern/makesyscalls.sh syscalls.conf syscalls.master
all: ${OBJS}
.include <bsd.kinc.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2003/11/15 20:30:59 thorpej Exp $
# $NetBSD: Makefile,v 1.4 2005/02/26 23:47:13 perry Exp $
.include <bsd.sys.mk> # for HOST_SH
@ -7,3 +7,7 @@ OBJS= sunos_sysent.c sunos_syscalls.c sunos_syscall.h sunos_syscallargs.h
${OBJS}: ${DEP}
${HOST_SH} ../../kern/makesyscalls.sh syscalls.conf syscalls.master
all: ${OBJS}
.include <bsd.kinc.mk>