diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2014-07-17 18:24:34 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2014-07-17 18:24:34 +0000 |
| commit | 80189b3b093749e26cb298735618c6633a2d26fc (patch) | |
| tree | 3ff2151befbc35e13a819af1c5dc8b2239bd1183 /usr.bin/units | |
| parent | 53cc33f6f629c8eb5377ddcf02b1dff1eb2a8fac (diff) | |
Notes
Diffstat (limited to 'usr.bin/units')
| -rw-r--r-- | usr.bin/units/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/units/Makefile b/usr.bin/units/Makefile index 3abbd3fdd507..3757c857509e 100644 --- a/usr.bin/units/Makefile +++ b/usr.bin/units/Makefile @@ -6,8 +6,8 @@ PROG= units FILES= units.lib FILESDIR= ${SHAREDIR}/misc -LDADD+=-ledit -ltermcap -DPADD+=${LIBEDIT} ${LIBTERMCAP} +LDADD+=-ledit -ltermcapw +DPADD+=${LIBEDIT} ${LIBTERMCAPW} .if ${MK_TESTS} != "no" SUBDIR+= tests |
