1 1.9 christos # $NetBSD: Makefile,v 1.9 2002/08/20 13:56:50 christos Exp $ 2 1.4 christos # @(#)Makefile 8.1 (Berkeley) 6/4/93 3 1.1 cgd 4 1.6 christos PROG= ntalkd 5 1.9 christos SRCS= talkd.c announce.c process.c table.c print.c utmpentry.c 6 1.3 cgd MAN= talkd.8 7 1.5 christos DPADD+=${LIBUTIL} 8 1.5 christos LDADD+=-lutil 9 1.9 christos 10 1.9 christos .PATH.c: ${.CURDIR}/../../usr.bin/who 11 1.9 christos CPPFLAGS+=-I${.CURDIR}/../../usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP 12 1.1 cgd 13 1.1 cgd .include <bsd.prog.mk> 14