aboutsummaryrefslogtreecommitdiff
path: root/kerberos5/usr.bin/kcc
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-09-02 04:09:15 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2021-09-07 08:23:14 +0000
commita30235a4c360c06bb57be1f10ae6866a71fb5622 (patch)
treecd4ab5954e09236b2adbafe554486c1ef319e49d /kerberos5/usr.bin/kcc
parent30975efbaff0a021545e81bd9fa09d848edfaafa (diff)
downloadsrc-a30235a4c360c06bb57be1f10ae6866a71fb5622.tar.gz
src-a30235a4c360c06bb57be1f10ae6866a71fb5622.zip
pkgbase: Create a FreeBSD-kerberos package
This allows users to install or not kerberos related utilities and libs. Differential Revision: https://reviews.freebsd.org/D31801
Diffstat (limited to 'kerberos5/usr.bin/kcc')
-rw-r--r--kerberos5/usr.bin/kcc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/kerberos5/usr.bin/kcc/Makefile b/kerberos5/usr.bin/kcc/Makefile
index 7c4b7ab3962a..c0dafd57af9d 100644
--- a/kerberos5/usr.bin/kcc/Makefile
+++ b/kerberos5/usr.bin/kcc/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+PACKAGE= kerberos
+
PROG= kcc
MAN= klist.1 kswitch.1
LINKS= ${BINDIR}/kcc ${BINDIR}/klist \