summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp/sntp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ntp/sntp/Makefile')
-rw-r--r--usr.sbin/ntp/sntp/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/usr.sbin/ntp/sntp/Makefile b/usr.sbin/ntp/sntp/Makefile
deleted file mode 100644
index 3bc9084..0000000
--- a/usr.sbin/ntp/sntp/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../../contrib/ntp/sntp
-
-PROG= sntp
-NO_MAN=
-SRCS= internet.c main.c socket.c timing.c unix.c
-
-CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ \
- -DPACKAGE=\"sntp\" -DVERSION=\"1.6\" \
- -I${.CURDIR}/../../../contrib/ntp/libopts
-
-DPADD= ${LIBM} ${LIBOPTS}
-LDADD= -lm ${LIBOPTS}
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud