mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 20:54:13 +01:00
8 lines
191 B
Makefile
8 lines
191 B
Makefile
|
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
|
||
|
# $Id$
|
||
|
|
||
|
SUBDIR= ext_srvtab kadmind kdb_destroy kdb_edit kdb_init kdb_util \
|
||
|
kerberos kprop ksrvutil kstash make_keypair
|
||
|
|
||
|
.include <bsd.subdir.mk>
|