aboutsummaryrefslogtreecommitdiff
path: root/krb5/util/ss/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'krb5/util/ss/Makefile')
-rw-r--r--krb5/util/ss/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/krb5/util/ss/Makefile b/krb5/util/ss/Makefile
index 2c43f2b5934f..30e1bf7b025e 100644
--- a/krb5/util/ss/Makefile
+++ b/krb5/util/ss/Makefile
@@ -1,5 +1,5 @@
#
-# SPDX-License-Idendifier: BSD-2-Clause
+# SPDX-License-Identifier: BSD-2-Clause
#
# Copyright (c) 2025 FreeBSD Foundation
#
@@ -7,8 +7,6 @@
# under sponsorship from the FreeBSD Foundation.
#
-PACKAGE= kerberos-lib
-
.include <src.opts.mk>
.include "../Makefile.inc"
@@ -87,7 +85,7 @@ ${GEN_SS_ERR_C}: ${GEN_SS_ERR}
rm -f et-c-${.PREFIX}.et et-c-${.PREFIX}.c
std_rqs.c: mk_cmds std_rqs.ct ss_err.h
- ./mk_cmds ${KRB5_DIR}/util/ss/std_rqs.ct
+ sh mk_cmds ${KRB5_DIR}/util/ss/std_rqs.ct
.include <bsd.lib.mk>