summaryrefslogtreecommitdiff
path: root/libexec/talkd/Makefile
blob: 157507e83ec8c7ddb53851e5f2f91d808776a451 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$NetBSD: Makefile,v 1.13 2008/09/27 04:41:20 reed Exp $
#	@(#)Makefile	8.1 (Berkeley) 6/4/93

.include <bsd.own.mk>

PROG=	ntalkd
SRCS=	talkd.c announce.c process.c table.c print.c utmpentry.c
MAN=	ntalkd.8
BUILDSYMLINKS+= talkd.8 ntalkd.8
MLINKS+=ntalkd.8 talkd.8
DPADD+=${LIBUTIL}
LDADD+=-lutil

.PATH.c: ${NETBSDSRCDIR}/usr.bin/who
CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP

.include <bsd.prog.mk>
54a06ae10a2fdf84a30caf63e4aa3f2'>Changes new pmap, common param.h, vmparam.h, and moved includes.matt 2001-05-30use _KERNEL_OPTmrg 2000-06-30raise MSIZE from 128 to 256.itojun 2000-02-13Reduce NKMEMPAGES_MAX_DEFAULT.tsubai 2000-02-11Update for the NKMEMPAGES changes.thorpej 1999-12-04CL* discarding.ragge 1999-10-13Change kernel segment base to 0xf00000. Some PM9500s won't boot with thetsubai 1999-07-18Decrease default NKMEMCLUSTERS. (128MB -> 8MB)tsubai