Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst Add defs.h to DPSRCS.



details:   https://anonhg.NetBSD.org/src/rev/0b6eadee9cc5
branches:  trunk
changeset: 772567:0b6eadee9cc5
user:      riz <riz%NetBSD.org@localhost>
date:      Sun Jan 08 21:20:40 2012 +0000

description:
Add defs.h to DPSRCS.

diffstat:

 distrib/utils/sysinst/Makefile.inc |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 7ec382eea2af -r 0b6eadee9cc5 distrib/utils/sysinst/Makefile.inc
--- a/distrib/utils/sysinst/Makefile.inc        Sun Jan 08 19:23:37 2012 +0000
+++ b/distrib/utils/sysinst/Makefile.inc        Sun Jan 08 21:20:40 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.57 2011/11/01 09:26:37 martin Exp $
+#      $NetBSD: Makefile.inc,v 1.58 2012/01/08 21:20:40 riz Exp $
 #
 # Makefile for sysinst
 
@@ -20,6 +20,8 @@
 SRCS+= ${CPPFLAGS:M-DWSKBD:S/-DWSKBD/wskbd.c/}
 SRCS+= ${NODISKLABEL:D:Ubsddisklabel.c savenewlabel.c}
 
+DPSRCS+= defs.h
+
 SYSINSTLANG?=  en
 LANGUAGES?=    de en es fr pl
 



Home | Main Index | Thread Index | Old Index