diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2019-06-15 17:08:13 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2019-06-15 17:08:13 +0000 |
| commit | c63c5ab001106bc7beb1d3bc92666c73bcd5c94d (patch) | |
| tree | 836cec754359f16f3c140c1e309c0212ee25ccba /bin/csh | |
| parent | f39f6a562e8e6717c1e1355bbd7d9b2566d7cc9a (diff) | |
Notes
Diffstat (limited to 'bin/csh')
| -rw-r--r-- | bin/csh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile index b0d4435d970c..9aabc047493a 100644 --- a/bin/csh/Makefile +++ b/bin/csh/Makefile @@ -117,6 +117,7 @@ csh.1: tcsh.man build-tools: gethost +DEPENDOBJS+= gethost gethost: gethost.c sh.err.h tc.const.h sh.h ${BUILD_TOOLS_META} @rm -f ${.TARGET} ${CC:N${CCACHE_BIN}} -o gethost ${LDFLAGS} ${CFLAGS:C/-DHAVE_ICONV//} \ |
