mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-06 05:36:19 -04:00
18 lines
260 B
Makefile
18 lines
260 B
Makefile
# $NetBSD: Makefile,v 1.1 2011/04/13 19:16:56 elric Exp $
|
|
|
|
.include "bsd.own.mk"
|
|
|
|
.if (${MKKERBEROS} != "no")
|
|
|
|
SUBDIR = \
|
|
digest-service \
|
|
hpropd \
|
|
ipropd-master \
|
|
ipropd-slave \
|
|
kadmind \
|
|
kpasswdd
|
|
|
|
.endif # MKKERBEROS != no
|
|
|
|
.include <bsd.subdir.mk>
|