aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/xntpd/parse/util/Makefile
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>1999-12-22 15:24:45 +0000
committerOllivier Robert <roberto@FreeBSD.org>1999-12-22 15:24:45 +0000
commit6179f09edbd97801bfaa0e6dabf5cbc855a6abf3 (patch)
tree9a0e7753fd0f6e76cd9b157d4de7fb73e5fc7d08 /usr.sbin/xntpd/parse/util/Makefile
parentf972508889a89c5b4a1b6631e333bf449eded618 (diff)
Bye bye xntpd.
Notes
Notes: svn path=/head/; revision=55003
Diffstat (limited to 'usr.sbin/xntpd/parse/util/Makefile')
-rw-r--r--usr.sbin/xntpd/parse/util/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/usr.sbin/xntpd/parse/util/Makefile b/usr.sbin/xntpd/parse/util/Makefile
deleted file mode 100644
index 496b70e3f58d..000000000000
--- a/usr.sbin/xntpd/parse/util/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# $FreeBSD$
-#
-
-CFLAGS+= -I${.CURDIR}/../../include
-CFLAGS+= -DNTP_POSIX_SOURCE -DUSE_PROTOTYPES
-CFLAGS+= -DSYS_FREEBSD -DBOEDER -DHAVE_TERMIOS -DHAVE_BSD_NICE
-
-.if exists(${.OBJDIR}/../../lib)
-LDADD+= -L${.OBJDIR}/../../lib
-DPADD+= -L${.OBJDIR}/../../lib/libntp.a
-.else
-LDADD+= -L${.CURDIR}/../../lib
-DPADD+= -L${.CURDIR}/../../lib/libntp.a
-.endif
-
-LDADD+= -lntp
-BINDIR= /usr/sbin
-PROG= dcfd
-
-SRCS= dcfd.c
-NOMAN=
-
-.include <bsd.prog.mk>