aboutsummaryrefslogtreecommitdiff
path: root/kerberos5/usr.sbin/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2000-01-24 19:56:26 +0000
committerMark Murray <markm@FreeBSD.org>2000-01-24 19:56:26 +0000
commit0de66b379ceebae500778a09ee1e73711dad7a24 (patch)
treec280533ea28f5dab7d390f445ffcfbb56c2cf997 /kerberos5/usr.sbin/Makefile
parentf63bcb274d2374bb7a3235cb3886ebcfccacf1d3 (diff)
downloadsrc-0de66b379ceebae500778a09ee1e73711dad7a24.tar.gz
src-0de66b379ceebae500778a09ee1e73711dad7a24.zip
Bring in rest of K5 (AKA Heimdal) userland.
The brave amongst you may want to start playing with this (ATM experimental) code.
Notes
Notes: svn path=/cvs2svn/branches/MARKM/; revision=56545
Diffstat (limited to 'kerberos5/usr.sbin/Makefile')
-rw-r--r--kerberos5/usr.sbin/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/kerberos5/usr.sbin/Makefile b/kerberos5/usr.sbin/Makefile
new file mode 100644
index 000000000000..a9acbe02d1f3
--- /dev/null
+++ b/kerberos5/usr.sbin/Makefile
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+SUBDIR= kadmin kstash ktutil
+
+.include <bsd.subdir.mk>