aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/xntpd/clockstuff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/clockstuff/Makefile')
-rw-r--r--usr.sbin/xntpd/clockstuff/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/usr.sbin/xntpd/clockstuff/Makefile b/usr.sbin/xntpd/clockstuff/Makefile
deleted file mode 100644
index 22bc486094fd..000000000000
--- a/usr.sbin/xntpd/clockstuff/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# $FreeBSD$
-#
-
-PROG= propdelay
-DPADD= ${LIBNTP} ${LIBM}
-LDADD= ${LIBNTP} -lm
-
-SRCS= propdelay.c
-NOMAN=
-
-install:
-
-CLEANFILES+= chutest clktest chutest.o clktest.o
-
-.include <bsd.prog.mk>