diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2014-11-26 12:49:37 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2014-11-26 12:49:37 +0000 |
| commit | 12de3059d049b66cc1ca95509c253dc1359b2816 (patch) | |
| tree | 416328190a1f034c0cc9694bde4314a825a20981 /include | |
| parent | 466046ec0d4dec84ee133aa1b6b22f9eaf6defa5 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/protocols/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/protocols/Makefile b/include/protocols/Makefile index a9c82dbb25cbc..0008c76fb8752 100644 --- a/include/protocols/Makefile +++ b/include/protocols/Makefile @@ -6,7 +6,7 @@ NO_OBJ= INCS= dumprestore.h routed.h rwhod.h timed.h INCSDIR=${INCLUDEDIR}/protocols -.if ${MK_TALK} == "no" +.if ${MK_TALK} != "no" INCS+= talkd.h .endif |
