diff options
author | Gordon Ross <gwr@nexenta.com> | 2013-08-23 18:31:03 -0400 |
---|---|---|
committer | Gordon Ross <gwr@nexenta.com> | 2013-08-30 14:41:32 -0400 |
commit | b6805bf78d2bbbeeaea8909a05623587b42d58b3 (patch) | |
tree | 1ed4f5376932228adba6378d95bbea467bdea834 /usr/src/uts/common/gssapi | |
parent | a9478106a12424322498e53cf7cd75bd8a4d6004 (diff) | |
download | illumos-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/uts/common/gssapi')
-rw-r--r-- | usr/src/uts/common/gssapi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/gssapi/Makefile b/usr/src/uts/common/gssapi/Makefile index 736ac8da68..82ec96631d 100644 --- a/usr/src/uts/common/gssapi/Makefile +++ b/usr/src/uts/common/gssapi/Makefile @@ -88,3 +88,5 @@ check: $(CHECKHDRS) clean: $(RM) $(DERIVED_FILES) + +clobber: clean |