diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2002-02-04 02:33:51 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2002-02-04 02:33:51 +0000 |
| commit | 9357f4121d711efe51bf00036d474d5fc95f9efc (patch) | |
| tree | e09124432cef9c966bca17527d441825168a4358 /libexec/talkd | |
| parent | 01d719241863a44279aa5f90a3300d8f4cea9f47 (diff) | |
Notes
Diffstat (limited to 'libexec/talkd')
| -rw-r--r-- | libexec/talkd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/talkd/Makefile b/libexec/talkd/Makefile index 9116636b51af..aa6df1bb9b67 100644 --- a/libexec/talkd/Makefile +++ b/libexec/talkd/Makefile @@ -2,9 +2,10 @@ # $FreeBSD$ PROG= ntalkd -CFLAGS+=-I${.CURDIR}/../../usr.bin/wall 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 +WFORMAT=0 .include <bsd.prog.mk> |
