Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/sunos32 make this rebuild generated files by defa...



details:   https://anonhg.NetBSD.org/src/rev/3310bf788a66
branches:  trunk
changeset: 574357:3310bf788a66
user:      perry <perry%NetBSD.org@localhost>
date:      Sat Feb 26 23:49:20 2005 +0000

description:
make this rebuild generated files by default, also clean up and make
more like other similar Makefiles.

diffstat:

 sys/compat/sunos32/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r bbe09f69a9b4 -r 3310bf788a66 sys/compat/sunos32/Makefile
--- a/sys/compat/sunos32/Makefile       Sat Feb 26 23:46:50 2005 +0000
+++ b/sys/compat/sunos32/Makefile       Sat Feb 26 23:49:20 2005 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index