diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2007-10-09 23:31:11 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2007-10-09 23:31:11 +0000 |
| commit | 946367b8e29f567f4d24c3553de8cbe925a0ade3 (patch) | |
| tree | b7ca891b36f892551fbd2415b0541698736bf095 /usr.bin | |
| parent | 8846f7d29664d208350ca803c859f03ceddad1a4 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index ebc5d4c3715b..c2eefc8a33ba 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -260,7 +260,7 @@ _calendar= calendar .if ${MK_OPENSSL} != "no" _chkey= chkey _newkey= newkey -.if ${MK_LIBPTHREAD} != "no" && (${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no") +.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no" _csup= csup .endif .endif |
