summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/lib
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/lib
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/lib')
-rw-r--r--usr.sbin/xntpd/lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/xntpd/lib/Makefile b/usr.sbin/xntpd/lib/Makefile
index b2ac53e..687cfc8 100644
--- a/usr.sbin/xntpd/lib/Makefile
+++ b/usr.sbin/xntpd/lib/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.1 1993/12/21 19:42:18 wollman Exp $
+# $Id: Makefile,v 1.2 1993/12/21 20:16:46 wollman Exp $
#
CFLAGS+= -I${.CURDIR}/../include
@@ -15,7 +15,7 @@ SRCS= atoint.c atolfp.c atouint.c auth12crypt.c authdecrypt.c authdes.c \
uglydate.c uinttoa.c utvtoa.c clocktypes.c \
md5.c a_md5encrypt.c a_md5decrypt.c \
a_md512crypt.c decodenetnum.c systime.c msyslog.c syssignal.c \
- findconfig.c
+ findconfig.c getopt.c
NOMAN=
NOPROFILE=
OpenPOWER on IntegriCloud