rtld - do not allow both dynamic DTV index and static TLS offset
[dragonfly.git] / libexec / talkd / Makefile
blobad6440e429c5993ea0ec04a0b4d63fb2e20fbd45
1 # @(#)Makefile 8.1 (Berkeley) 6/4/93
2 # $FreeBSD: src/libexec/talkd/Makefile,v 1.6.2.2 2001/10/18 12:30:42 des Exp $
4 .PATH: ${.CURDIR}/../../usr.bin/wall
6 PROG= ntalkd
7 SRCS= talkd.c announce.c process.c table.c print.c ttymsg.c
8 MAN= talkd.8
10 DPADD= ${LIBUTIL}
11 LDADD= -lutil
13 CFLAGS+=-I${.CURDIR}/../../usr.bin/wall
15 .include <bsd.prog.mk>