Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/libexec/talkd/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- src/libexec/talkd/Makefile 1997/10/08 09:07:37 1.8 +++ src/libexec/talkd/Makefile 2002/08/20 13:56:50 1.9 @@ -1,10 +1,13 @@ -# $NetBSD: Makefile,v 1.8 1997/10/08 09:07:37 mrg Exp $ +# $NetBSD: Makefile,v 1.9 2002/08/20 13:56:50 christos Exp $ # @(#)Makefile 8.1 (Berkeley) 6/4/93 PROG= ntalkd -SRCS= talkd.c announce.c process.c table.c print.c +SRCS= talkd.c announce.c process.c table.c print.c utmpentry.c MAN= talkd.8 DPADD+=${LIBUTIL} LDADD+=-lutil +.PATH.c: ${.CURDIR}/../../usr.bin/who +CPPFLAGS+=-I${.CURDIR}/../../usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP + .include