aboutsummaryrefslogtreecommitdiff
path: root/contrib/xntpd/clockstuff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/xntpd/clockstuff/Makefile')
-rw-r--r--contrib/xntpd/clockstuff/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/xntpd/clockstuff/Makefile b/contrib/xntpd/clockstuff/Makefile
new file mode 100644
index 000000000000..0dd3493f7181
--- /dev/null
+++ b/contrib/xntpd/clockstuff/Makefile
@@ -0,0 +1,16 @@
+#
+# $Id: Makefile,v 1.1 1993/12/21 21:06:24 wollman Exp $
+#
+
+PROG= propdelay
+LIBADD= -L${.CURDIR}/../lib -lntp -lm
+DPADD= ${.CURDIR}/../lib/libntp.a
+
+SRCS= propdelay.c
+NOMAN=
+
+install:
+
+CLEANFILES+= chutest clktest chutest.o clktest.o
+
+.include <bsd.prog.mk>