diff options
Diffstat (limited to 'usr.sbin/xntpd/xntpdc/Makefile')
-rw-r--r-- | usr.sbin/xntpd/xntpdc/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/usr.sbin/xntpd/xntpdc/Makefile b/usr.sbin/xntpd/xntpdc/Makefile deleted file mode 100644 index 8c8a1a2b1afd..000000000000 --- a/usr.sbin/xntpd/xntpdc/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# -# $FreeBSD$ -# - -CFLAGS+= -I${.CURDIR}/../include - -DPADD= ${LIBNTP} ${LIBEDIT} ${LIBTERMCAP} -LDADD= ${LIBNTP} -ledit -ltermcap - -PROG= xntpdc -MAN8= ${.CURDIR}/../doc/xntpdc.8 -CLEANFILES+= .version version.c - -SRCS= ntpdc.c ntpdc_ops.c version.c - -version.c: ${.CURDIR}/../VERSION - sh -e ${.CURDIR}/../scripts/mkversion xntpdc - -.include <bsd.prog.mk> |