From a920d12f895baea61f01b199f25047011e4ff386 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 4 Apr 2003 17:49:21 +0000 Subject: style.Makefile(5) --- usr.sbin/ntp/libntp/Makefile | 10 +++++----- usr.sbin/ntp/libparse/Makefile | 4 ++-- usr.sbin/ntp/ntp-genkeys/Makefile | 4 ++-- usr.sbin/ntp/ntpd/Makefile | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) (limited to 'usr.sbin/ntp') 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 -- cgit v1.1