summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-04-04 17:49:21 +0000
committerobrien <obrien@FreeBSD.org>2003-04-04 17:49:21 +0000
commita920d12f895baea61f01b199f25047011e4ff386 (patch)
treef272a05efbd4587e0ad18cfb9562b85e0f19ff94 /usr.sbin/ntp
parent5468286a89667ccea8bf58047707fe6b3b58f8a5 (diff)
downloadFreeBSD-src-a920d12f895baea61f01b199f25047011e4ff386.zip
FreeBSD-src-a920d12f895baea61f01b199f25047011e4ff386.tar.gz
style.Makefile(5)
Diffstat (limited to 'usr.sbin/ntp')
-rw-r--r--usr.sbin/ntp/libntp/Makefile10
-rw-r--r--usr.sbin/ntp/libparse/Makefile4
-rw-r--r--usr.sbin/ntp/ntp-genkeys/Makefile4
-rw-r--r--usr.sbin/ntp/ntpd/Makefile2
4 files changed, 10 insertions, 10 deletions
diff --git a/usr.sbin/ntp/libntp/Makefile b/usr.sbin/ntp/libntp/Makefile
index d4101a9..37ef176 100644
--- a/usr.sbin/ntp/libntp/Makefile
+++ b/usr.sbin/ntp/libntp/Makefile
@@ -3,20 +3,20 @@
.PATH: ${.CURDIR}/../../../contrib/ntp/libntp
LIB= ntp
-INTERNALLIB= true
+INTERNALLIB= true
SRCS= a_md5encrypt.c adjtime.c atoint.c atolfp.c \
- atouint.c audio.c authencrypt.c authkeys.c \
+ atouint.c audio.c authencrypt.c authkeys.c \
authparity.c authreadkeys.c authusekey.c binio.c \
buftvtots.c caljulian.c calleapwhen.c caltontp.c \
calyearstart.c clocktime.c clocktypes.c decodenetnum.c \
dofptoa.c dolfptoa.c emalloc.c findconfig.c \
- fptoa.c fptoms.c getopt.c gpstolfp.c \
+ fptoa.c fptoms.c getopt.c gpstolfp.c \
hextoint.c hextolfp.c humandate.c icom.c \
ieee754io.c inttoa.c iosignal.c lib_strbuf.c \
- machines.c md5c.c memmove.c mfp_mul.c \
+ machines.c md5c.c memmove.c mfp_mul.c \
mfptoa.c mfptoms.c modetoa.c mstolfp.c \
- msutotsf.c msyslog.c netof.c numtoa.c \
+ msutotsf.c msyslog.c netof.c numtoa.c \
numtohost.c octtoint.c prettydate.c ranny.c \
recvbuff.c refnumtoa.c statestr.c syssignal.c \
systime.c tsftomsu.c tstotv.c tvtoa.c \
diff --git a/usr.sbin/ntp/libparse/Makefile b/usr.sbin/ntp/libparse/Makefile
index 6176726..10b9796 100644
--- a/usr.sbin/ntp/libparse/Makefile
+++ b/usr.sbin/ntp/libparse/Makefile
@@ -3,12 +3,12 @@
.PATH: ${.CURDIR}/../../../contrib/ntp/libparse
LIB= parse
-INTERNALLIB= true
+INTERNALLIB= true
SRCS= clk_computime.c clk_dcf7000.c clk_hopf6021.c clk_meinberg.c \
clk_rawdcf.c clk_rcc8000.c clk_schmid.c clk_trimtaip.c \
clk_trimtsip.c clk_varitext.c clk_wharton.c data_mbg.c \
- info_trimble.c parse.c parse_conf.c trim_info.c
+ info_trimble.c parse.c parse_conf.c trim_info.c
CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
diff --git a/usr.sbin/ntp/ntp-genkeys/Makefile b/usr.sbin/ntp/ntp-genkeys/Makefile
index 7a60029..10a8106 100644
--- a/usr.sbin/ntp/ntp-genkeys/Makefile
+++ b/usr.sbin/ntp/ntp-genkeys/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../../contrib/ntp/util \
- ${.CURDIR}/../../../contrib/ntp/ntpd
+.PATH: ${.CURDIR}/../../../contrib/ntp/util \
+ ${.CURDIR}/../../../contrib/ntp/ntpd
PROG= ntp-genkeys
NOMAN= yes
diff --git a/usr.sbin/ntp/ntpd/Makefile b/usr.sbin/ntp/ntpd/Makefile
index 495b697..fc97856 100644
--- a/usr.sbin/ntp/ntpd/Makefile
+++ b/usr.sbin/ntp/ntpd/Makefile
@@ -28,7 +28,7 @@ SRCS= cmd_args.c map_vme.c ntp_config.c \
CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
-DPADD= ${LIBPARSE} ${LIBNTP} -lm
+DPADD= ${LIBPARSE} ${LIBNTP} ${LIBM}
LDADD= ${LIBPARSE} ${LIBNTP} -lm
CLEANFILES+= .version version.c
OpenPOWER on IntegriCloud