summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2017-08-11 10:45:09 +0300
committerRobert Mustacchi <rm@joyent.com>2017-08-11 17:16:52 +0000
commit12014b724f98604d61f9756b7e199416475d7396 (patch)
treeecf2b20dc46dd77f9c2007765bdc7df76b7c362e
parent2463e92036c9d2d1d7ce5127f2aeddb5d24673b2 (diff)
downloadillumos-joyent-12014b724f98604d61f9756b7e199416475d7396.tar.gz
8573 cmd/krb5: dmake should build 'all' as default target
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
-rw-r--r--usr/src/cmd/krb5/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/cmd/krb5/Makefile b/usr/src/cmd/krb5/Makefile
index f711f096df..4a53aac973 100644
--- a/usr/src/cmd/krb5/Makefile
+++ b/usr/src/cmd/krb5/Makefile
@@ -2,8 +2,6 @@
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#pragma ident "%Z%%M% %I% %E% SMI"
-#
# cmd/krb5/Makefile
#
# Build everything in parallel; use .WAIT for dependencies
@@ -31,12 +29,12 @@ catalog := TARGET= catalog
package := TARGET= package
_msg := TARGET= _msg
-_msg: $(SUBDIRS)
-
.KEEP_STATE:
all clean clobber delete install lint catalog package: $(SUBDIRS)
+_msg: $(SUBDIRS)
+
check: $(CHECKHDRS)
# ldap_util has a dependency on kadmin/cli/getdate.o