freebsd-dev/libexec/talkd/Makefile
Enji Cooper a251f9dcf8 libexec: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output

MFC after:	1 month
Sponsored by:	Dell EMC Isilon
2017-03-04 11:28:03 +00:00

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>