diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 1993-12-21 21:06:54 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 1993-12-21 21:06:54 +0000 |
commit | 9a20882e6a37998f2da5a101658a3260cd7d2464 (patch) | |
tree | da500771225a5d63de8f4b3def1a0b5702246964 /usr.sbin/xntpd/ntpdate | |
parent | b0389fc094c1daaadf4425a34f4ad918096227c4 (diff) | |
download | src-9a20882e6a37998f2da5a101658a3260cd7d2464.tar.gz src-9a20882e6a37998f2da5a101658a3260cd7d2464.zip |
Deleted old configuration grot and added BSD-style Makefile. Added
README.FreeBSD. Re-added NTP's version of getopt() and fixed conflicts.
Notes
Notes:
svn path=/head/; revision=904
Diffstat (limited to 'usr.sbin/xntpd/ntpdate')
-rw-r--r-- | usr.sbin/xntpd/ntpdate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/xntpd/ntpdate/Makefile b/usr.sbin/xntpd/ntpdate/Makefile index b005317759dc..53a5483f56f1 100644 --- a/usr.sbin/xntpd/ntpdate/Makefile +++ b/usr.sbin/xntpd/ntpdate/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $Id: Makefile,v 1.1 1993/12/21 19:40:50 wollman Exp $ # CFLAGS+= -I${.CURDIR}/../include @@ -8,7 +8,7 @@ DPADD+= -L${.CURDIR}/../lib/libntp.a PROG= ntpdate MAN8= ${.CURDIR}/../doc/ntpdate.8 -CLEANFILES+= version.o +CLEANFILES+= version.c SRCS= ntpdate.c version.c |