summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/xntpres/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/xntpres/Makefile')
-rw-r--r--usr.sbin/xntpd/xntpres/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/usr.sbin/xntpd/xntpres/Makefile b/usr.sbin/xntpd/xntpres/Makefile
deleted file mode 100644
index fc41047..0000000
--- a/usr.sbin/xntpd/xntpres/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-#
-# $Id: Makefile,v 1.1 1993/12/21 20:38:27 wollman Exp $
-#
-
-CFLAGS+= -I${.CURDIR}/../include
-
-.if exists(${.CURDIR}/../lib/obj)
-LDADD+= -L${.CURDIR}/../lib/obj
-DPADD+= -L${.CURDIR}/../lib/obj/libntp.a
-.else
-LDADD+= -L${.CURDIR}/../lib
-DPADD+= -L${.CURDIR}/../lib/libntp.a
-.endif
-
-LDADD+= -lntp
-
-PROG= xntpres
-NOMAN=
-CLEANFILES+= .version version.c
-
-SRCS= xntpres.c version.c
-
-beforedepend: version.c
-
-version.c: ${.CURDIR}/../VERSION
- ${.CURDIR}/../scripts/mkversion xntpres
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud