summaryrefslogtreecommitdiff
path: root/usr/src/common/mapfiles
diff options
context:
space:
mode:
authorGordon Ross <gwr@nexenta.com>2013-08-23 18:31:03 -0400
committerGordon Ross <gwr@nexenta.com>2013-08-30 14:41:32 -0400
commitb6805bf78d2bbbeeaea8909a05623587b42d58b3 (patch)
tree1ed4f5376932228adba6378d95bbea467bdea834 /usr/src/common/mapfiles
parenta9478106a12424322498e53cf7cd75bd8a4d6004 (diff)
downloadillumos-gate-b6805bf78d2bbbeeaea8909a05623587b42d58b3.tar.gz
4072 make clobber leaves trash
Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Marcel Telka <marcel.telka@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/common/mapfiles')
-rw-r--r--usr/src/common/mapfiles/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/common/mapfiles/Makefile b/usr/src/common/mapfiles/Makefile
index 83550322c0..948d92f0b6 100644
--- a/usr/src/common/mapfiles/Makefile
+++ b/usr/src/common/mapfiles/Makefile
@@ -23,8 +23,6 @@
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include $(SRC)/Makefile.master
@@ -40,12 +38,14 @@ package:= TARGET= package
.KEEP_STATE:
-clean clobber lint package:
-
all: gen
install: $(SUBDIRS)
+clean lint package:
+
+clobber: gen
+
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)