diff options
author | bapt <bapt@FreeBSD.org> | 2014-11-25 16:57:27 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-11-25 16:57:27 +0000 |
commit | a191ba5195ecb988c5e5c3b13fc364bde87bd41c (patch) | |
tree | 41890d809d5cd369a149d9fe8cd22b45310c700a /usr.sbin/ntp/ntpdc/Makefile | |
parent | a755ca9f3133785c8638591a5f79e27878062707 (diff) | |
download | FreeBSD-src-a191ba5195ecb988c5e5c3b13fc364bde87bd41c.zip FreeBSD-src-a191ba5195ecb988c5e5c3b13fc364bde87bd41c.tar.gz |
Convert usr.sbin to LIBADD
Reduce overlinking
Diffstat (limited to 'usr.sbin/ntp/ntpdc/Makefile')
-rw-r--r-- | usr.sbin/ntp/ntpdc/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/ntp/ntpdc/Makefile b/usr.sbin/ntp/ntpdc/Makefile index d3c37e1..cda51d4 100644 --- a/usr.sbin/ntp/ntpdc/Makefile +++ b/usr.sbin/ntp/ntpdc/Makefile @@ -12,11 +12,7 @@ SRCS= ntpdc.c ntpdc_ops.c ntpdc-opts.c version.c CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ \ -I${.CURDIR}/../../../contrib/ntp/libopts -DPADD= ${LIBNTP} ${LIBM} ${LIBMD} ${LIBOPTS} -LDADD= ${LIBNTP} -lm -lmd ${LIBOPTS} - -DPADD+= ${LIBEDIT} ${LIBTERMCAPW} -LDADD+= -ledit -ltermcapw +LIBADD= edit md ntp opts CFLAGS+= -DHAVE_LIBEDIT -DHAVE_READLINE_READLINE_H \ -I${DESTDIR}/${INCLUDEDIR}/edit |