make this rebuild generated files by default
This commit is contained in:
parent
6377fcfee3
commit
5acf93db4e
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2003/11/15 20:30:59 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2005/02/26 23:44:37 perry Exp $
|
||||
|
||||
.include <bsd.sys.mk> # for HOST_SH
|
||||
|
||||
|
@ -7,3 +7,7 @@ OBJS= netbsd32_sysent.c netbsd32_syscalls.c netbsd32_syscall.h netbsd32_syscalla
|
|||
|
||||
${OBJS}: ${DEP}
|
||||
${HOST_SH} ../../kern/makesyscalls.sh syscalls.conf syscalls.master
|
||||
|
||||
all: ${OBJS}
|
||||
|
||||
.include <bsd.kinc.mk>
|
||||
|
|
Loading…
Reference in New Issue