opnsense-src/libexec/talkd/Makefile

11 lines
238 B
Makefile
Raw Normal View History

1994-05-27 08:39:25 -04:00
# @(#)Makefile 8.1 (Berkeley) 6/4/93
1999-08-27 20:22:10 -04:00
# $FreeBSD$
1994-05-27 08:39:25 -04:00
PROG= ntalkd
SRCS= talkd.c announce.c process.c table.c print.c ttymsg.c
.PATH: ${.CURDIR}/../../usr.bin/wall
MAN= talkd.8
CFLAGS+=-I${.CURDIR}/../../usr.bin/wall
1994-05-27 08:39:25 -04:00
.include <bsd.prog.mk>