mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-09 07:06:38 -04:00
19 lines
368 B
Makefile
19 lines
368 B
Makefile
# $NetBSD: Makefile,v 1.2 2011/05/25 19:21:18 he Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
.include <${.CURDIR}/../../Makefile.inc>
|
|
|
|
.PATH: ${HEIMDIST}/kpasswd
|
|
|
|
PROG= kpasswdd
|
|
SRCS= kpasswdd.c
|
|
MAN= kpasswdd.8
|
|
|
|
CPPFLAGS+= -DINETD_SUPPORT
|
|
|
|
LDADD+= -lkadm5srv -lhdb -lutil
|
|
DPADD+= ${LIBKADM5SRV} ${LIBHDB} ${LIBUTIL}
|
|
|
|
.include <${HEIMBASE}/Makefile.rules.inc>
|
|
.include <bsd.prog.mk>
|