a251f9dcf8
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
11 lines
224 B
Makefile
11 lines
224 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
|
# $FreeBSD$
|
|
|
|
PROG= ntalkd
|
|
SRCS= talkd.c announce.c process.c table.c print.c ttymsg.c
|
|
.PATH: ${SRCTOP}/usr.bin/wall
|
|
MAN= talkd.8
|
|
CFLAGS+=-I${SRCTOP}/usr.bin/wall
|
|
|
|
.include <bsd.prog.mk>
|