summaryrefslogtreecommitdiffstats
path: root/eBones/libexec/registerd/Makefile
blob: 9966241d35d580ff239c057bdf0f35f7616ec941 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
#
# %sccs.include.redist.sh
#
#	@(#)Makefile	8.1 (Berkeley) 6/1/93
#
# $Id$

PROG=	registerd
SRCS=	registerd.c
CFLAGS+=-DCRYPT -DKERBEROS -I${.CURDIR}/../../usr.bin/register \
	-I${.CURDIR}/../../include -Wall
DPADD+=	${LIBKDB} ${LIBKRB} ${LIBDES}
LDADD=	-lkdb -lkrb -ldes
MAN8=	registerd.8
BINDIR=	/usr/libexec

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud