summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/xntpdc
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1993-12-21 20:38:27 +0000
committerwollman <wollman@FreeBSD.org>1993-12-21 20:38:27 +0000
commit91c890859f227198e3e06b16b952ec98a3ee47f2 (patch)
tree269b30b0d28f9ee4e90875942e30c8d7bd07f3e9 /usr.sbin/xntpd/xntpdc
parentb44cd0174054f6ea45e8781598b2a2bf909b972f (diff)
downloadFreeBSD-src-91c890859f227198e3e06b16b952ec98a3ee47f2.zip
FreeBSD-src-91c890859f227198e3e06b16b952ec98a3ee47f2.tar.gz
Converted to BSD-style Makefile.
Diffstat (limited to 'usr.sbin/xntpd/xntpdc')
-rw-r--r--usr.sbin/xntpd/xntpdc/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/usr.sbin/xntpd/xntpdc/Makefile b/usr.sbin/xntpd/xntpdc/Makefile
new file mode 100644
index 0000000..cb09569
--- /dev/null
+++ b/usr.sbin/xntpd/xntpdc/Makefile
@@ -0,0 +1,20 @@
+#
+# $Id: Makefile,v 1.1 1993/12/21 19:46:16 wollman Exp $
+#
+
+CFLAGS+= -I${.CURDIR}/../include
+LDADD+= -L${.CURDIR}/../lib -lntp
+DPADD+= -L${.CURDIR}/../lib/libntp.a
+
+PROG= xntpdc
+MAN8= ${.CURDIR}/../doc/xntpdc.8
+CLEANFILES+= version.c
+
+SRCS= ntpdc.c ntpdc_ops.c version.c
+
+beforedepend: version.c
+
+version.c: ${.CURDIR}/../VERSION
+ ${.CURDIR}/../scripts/mkversion xntpdc
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud