aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ntp/ntptime/Makefile
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>1999-12-13 14:09:56 +0000
committerOllivier Robert <roberto@FreeBSD.org>1999-12-13 14:09:56 +0000
commitcc5592707f009349041f2896cd9a7038f61b54cb (patch)
tree31d05a92296d7cccae7f8b9c42edcb1f7e47f70f /usr.sbin/ntp/ntptime/Makefile
parent7a32bd78a7dc36f8a7513f9a4060f95d5d4dcce8 (diff)
downloadsrc-cc5592707f009349041f2896cd9a7038f61b54cb.tar.gz
src-cc5592707f009349041f2896cd9a7038f61b54cb.zip
Please welcome the brand new ntp4 daemon & utilities in the FreeBSD tree.
This is the second part of the commit (the third -- link in usr.sbin/Makefile) will be done after a more complete review by phk & obrien. NOTE: the number of drivers included in the default configuration is very minimal, mainly local clocks and the one I use RAWDCF. Anyone wanting to have a more complete version will find recompilation very easy. It builds and runs on both alpha & i386. It also does survive "make world". Reviewed by: phk, obrien (partly)
Notes
Notes: svn path=/head/; revision=54552
Diffstat (limited to 'usr.sbin/ntp/ntptime/Makefile')
-rw-r--r--usr.sbin/ntp/ntptime/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/usr.sbin/ntp/ntptime/Makefile b/usr.sbin/ntp/ntptime/Makefile
new file mode 100644
index 000000000000..d4e45eb7ce3c
--- /dev/null
+++ b/usr.sbin/ntp/ntptime/Makefile
@@ -0,0 +1,17 @@
+#
+# $FreeBSD$
+#
+
+.PATH: ${.CURDIR}/../../../contrib/ntp/util
+
+CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
+
+DPADD= ${LIBNTP} ${LIBKVM}
+LDADD= ${LIBNTP} ${LIBKVM}
+
+PROG= ntptime
+NOMAN= yes
+
+SRCS= ntptime.c
+
+.include <bsd.prog.mk>