summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp/ntpd
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2001-08-29 15:03:54 +0000
committerroberto <roberto@FreeBSD.org>2001-08-29 15:03:54 +0000
commit198cad9f46ab7adb5602203485beaea56cc32de1 (patch)
tree0433a977b761c89fcc9113c71699801b56b0e5be /usr.sbin/ntp/ntpd
parente3ef210a6fc22f545b9aaf865edd5c058a0aa65e (diff)
downloadFreeBSD-src-198cad9f46ab7adb5602203485beaea56cc32de1.zip
FreeBSD-src-198cad9f46ab7adb5602203485beaea56cc32de1.tar.gz
Update for the import of 4.1.0.
Diffstat (limited to 'usr.sbin/ntp/ntpd')
-rw-r--r--usr.sbin/ntp/ntpd/Makefile42
1 files changed, 21 insertions, 21 deletions
diff --git a/usr.sbin/ntp/ntpd/Makefile b/usr.sbin/ntp/ntpd/Makefile
index 766ad47..84fd658 100644
--- a/usr.sbin/ntp/ntpd/Makefile
+++ b/usr.sbin/ntp/ntpd/Makefile
@@ -2,25 +2,28 @@
.PATH: ${.CURDIR}/../../../contrib/ntp/ntpd
-PROG= ntpd
-NOMAN= yes
-SRCS= map_vme.c ntp_config.c \
- ntp_control.c ntp_filegen.c ntp_intres.c \
- ntp_io.c ntp_loopfilter.c ntp_monitor.c \
- ntp_peer.c ntp_proto.c ntp_refclock.c \
- ntp_request.c ntp_restrict.c ntp_timer.c \
- ntp_util.c ntpd.c refclock_acts.c \
- refclock_arbiter.c refclock_arc.c refclock_as2201.c \
- refclock_atom.c refclock_bancomm.c refclock_chronolog.c \
- refclock_chu.c refclock_conf.c refclock_datum.c \
- refclock_dumbclock.c refclock_gpsvme.c refclock_heath.c \
- refclock_hpgps.c refclock_irig.c refclock_jupiter.c \
- refclock_leitch.c refclock_local.c refclock_msfees.c \
- refclock_mx4200.c refclock_nmea.c refclock_oncore.c \
- refclock_palisade.c refclock_parse.c refclock_pst.c \
+PROG= ntpd
+NOMAN= yes
+SRCS= cmd_args.c map_vme.c ntp_config.c \
+ ntp_control.c ntp_crypto.c ntp_filegen.c \
+ ntp_intres.c ntp_io.c ntp_loopfilter.c \
+ ntp_monitor.c ntp_peer.c ntp_proto.c \
+ ntp_refclock.c ntp_request.c ntp_resolver.c \
+ ntp_restrict.c ntp_timer.c ntp_util.c \
+ ntpd.c refclock_acts.c refclock_arbiter.c \
+ refclock_arc.c refclock_as2201.c refclock_atom.c \
+ refclock_bancomm.c refclock_chronolog.c refclock_chu.c \
+ refclock_conf.c refclock_datum.c refclock_dumbclock.c \
+ refclock_fg.c refclock_gpsvme.c refclock_heath.c \
+ refclock_hopfpci.c refclock_hopfser.c refclock_hpgps.c \
+ refclock_irig.c refclock_jupiter.c refclock_leitch.c \
+ refclock_local.c refclock_msfees.c refclock_mx4200.c \
+ refclock_nmea.c refclock_oncore.c refclock_palisade.c \
+ refclock_parse.c refclock_pcf.c refclock_pst.c \
refclock_ptbacts.c refclock_shm.c refclock_tpro.c \
- refclock_trak.c refclock_true.c refclock_usno.c \
- refclock_wwvb.c version.c
+ refclock_trak.c refclock_true.c refclock_ulink.c \
+ refclock_usno.c refclock_wwv.c refclock_wwvb.c \
+ version.c
CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
@@ -32,7 +35,4 @@ CLEANFILES+= .version version.c
version.c:
sh -e ${.CURDIR}/../scripts/mkver ntpd
-afterinstall:
- rm -f ${DESTDIR}/usr/sbin/xntpd
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud