summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/ntpq
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1993-12-21 21:06:54 +0000
committerwollman <wollman@FreeBSD.org>1993-12-21 21:06:54 +0000
commitc964ad86785b53760f80b4091bbfe576d62e5b10 (patch)
treeda500771225a5d63de8f4b3def1a0b5702246964 /usr.sbin/xntpd/ntpq
parent91c890859f227198e3e06b16b952ec98a3ee47f2 (diff)
downloadFreeBSD-src-c964ad86785b53760f80b4091bbfe576d62e5b10.zip
FreeBSD-src-c964ad86785b53760f80b4091bbfe576d62e5b10.tar.gz
Deleted old configuration grot and added BSD-style Makefile. Added
README.FreeBSD. Re-added NTP's version of getopt() and fixed conflicts.
Diffstat (limited to 'usr.sbin/xntpd/ntpq')
-rw-r--r--usr.sbin/xntpd/ntpq/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/xntpd/ntpq/Makefile b/usr.sbin/xntpd/ntpq/Makefile
index f8c674f..95a56aa 100644
--- a/usr.sbin/xntpd/ntpq/Makefile
+++ b/usr.sbin/xntpd/ntpq/Makefile
@@ -1,5 +1,5 @@
#
-# $Id$
+# $Id: Makefile,v 1.1 1993/12/21 19:46:16 wollman Exp $
#
CFLAGS+= -I${.CURDIR}/../include
@@ -8,7 +8,8 @@ DPADD+= -L${.CURDIR}/../lib/libntp.a
PROG= ntpq
MAN8= ${.CURDIR}/../doc/ntpq.8
-CLEANFILES+= version.o
+CLEANFILES+= version.c
+BINDIR= /usr/bin
SRCS= ntpq.c ntpq_ops.c version.c
OpenPOWER on IntegriCloud