diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2001-08-30 10:37:28 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2001-08-30 10:37:28 +0000 |
| commit | 2b51efa03ad7e5fdcf47c67a732930cbdcf233a1 (patch) | |
| tree | 23ccdf351b7815753552db6079fc34218f5c3ebe /usr.sbin/ntp | |
| parent | baffdee40e1224bb9b390a26cf31267be24d7d2f (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ntp')
| -rw-r--r-- | usr.sbin/ntp/ntpdc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntp/ntpdc/Makefile b/usr.sbin/ntp/ntpdc/Makefile index 2cc9c4e75332..d17f0ae86502 100644 --- a/usr.sbin/ntp/ntpdc/Makefile +++ b/usr.sbin/ntp/ntpdc/Makefile @@ -8,8 +8,8 @@ SRCS= ntpdc.c ntpdc_ops.c version.c CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ -DPADD= ${LIBNTP} -lreadline -LDADD= ${LIBNTP} -lreadline +DPADD= ${LIBNTP} ${LIBREADLINE} ${LIBTERMCAP} +LDADD= ${LIBNTP} -lreadline -ltermcap CLEANFILES+= .version version.c |
