summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/authstuff
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/authstuff
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/authstuff')
-rw-r--r--usr.sbin/xntpd/authstuff/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/usr.sbin/xntpd/authstuff/Makefile b/usr.sbin/xntpd/authstuff/Makefile
new file mode 100644
index 0000000..2920264
--- /dev/null
+++ b/usr.sbin/xntpd/authstuff/Makefile
@@ -0,0 +1,18 @@
+#
+# $Id$
+#
+# Most of the programs in this directory are completely useless for the
+# NTP configuration that we provide by default.
+# We provide the `md5' program as a public service.
+
+PROG= md5
+LDADD+= -L${.CURDIR}/../lib -lntp
+DPADD+= ${.CURDIR}/../lib/libntp.a
+CFLAGS+= -I${.CURDIR}/../include
+
+SRCS= md5driver.c
+NOMAN=
+
+install:
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud