Makefile.kmdb (b272bda5) Makefile.kmdb (69bb4bb4)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 103 unchanged lines hidden (view full) ---

112$(PROMTGTS) := CPPFLAGS += -D_BOOT -D_KERNEL -D_MACHDEP $(PROMINCDIRS:%=-I%) \
113 -Dassfail=kmdb_prom_assfail
114
115$(VERSTGTS) := CPPFLAGS += -DKMDB_VERSION='$(KMDB_VERSION)'
116
117$(KCTLTGTS) := CPPFLAGS += -D_KERNEL
118$(KCTLTGTS) := ASFLAGS += -D_KERNEL
119
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 103 unchanged lines hidden (view full) ---

112$(PROMTGTS) := CPPFLAGS += -D_BOOT -D_KERNEL -D_MACHDEP $(PROMINCDIRS:%=-I%) \
113 -Dassfail=kmdb_prom_assfail
114
115$(VERSTGTS) := CPPFLAGS += -DKMDB_VERSION='$(KMDB_VERSION)'
116
117$(KCTLTGTS) := CPPFLAGS += -D_KERNEL
118$(KCTLTGTS) := ASFLAGS += -D_KERNEL
119
120ffs.o ffs.ln := CPPFLAGS += -Dffs=mdb_ffs
121
120INS.dir.root.sys= $(INS) -s -d -m $(DIRMODE) $@
121$(CH)INS.dir.root.sys= $(INS) -s -d -m $(DIRMODE) -u root -g sys $@
122
123$(ROOTMISC) $(ROOTMISC64) := FILEMODE = 0755
124
125include ../../../Makefile.kmdb.targ
122INS.dir.root.sys= $(INS) -s -d -m $(DIRMODE) $@
123$(CH)INS.dir.root.sys= $(INS) -s -d -m $(DIRMODE) -u root -g sys $@
124
125$(ROOTMISC) $(ROOTMISC64) := FILEMODE = 0755
126
127include ../../../Makefile.kmdb.targ