head	1.7;
access;
symbols
	RELENG_3_5_0_RELEASE:1.5.2.1
	RELENG_3_4_0_RELEASE:1.5.2.1
	RELENG_3_3_0_RELEASE:1.5.2.1
	RELENG_3_2_PAO:1.5.0.4
	RELENG_3_2_PAO_BP:1.5
	RELENG_3_2_0_RELEASE:1.5
	RELENG_3_1_0_RELEASE:1.5
	RELENG_3:1.5.0.2
	RELENG_3_BP:1.5
	RELENG_2_2_8_RELEASE:1.3
	RELENG_3_0_0_RELEASE:1.5
	RELENG_2_2_7_RELEASE:1.3
	RELENG_2_2_6_RELEASE:1.3
	RELENG_2_2_5_RELEASE:1.3
	RELENG_2_2_2_RELEASE:1.3
	RELENG_2_2_1_RELEASE:1.3
	RELENG_2_2_0_RELEASE:1.3
	RELENG_2_1_7_RELEASE:1.2
	RELENG_2_1_6_1_RELEASE:1.2
	RELENG_2_1_6_RELEASE:1.2
	RELENG_2_2:1.3.0.2
	RELENG_2_2_BP:1.3
	RELENG_2_1_5_RELEASE:1.2
	RELENG_2_1_0_RELEASE:1.2
	RELENG_2_1_0:1.2.0.4
	RELENG_2_1_0_BP:1.2
	RELENG_2_0_5_RELEASE:1.2
	RELENG_2_0_5:1.2.0.2
	RELENG_2_0_5_BP:1.2
	RELENG_2_0_5_ALPHA:1.2
	UDEL_33B:1.1.1.1
	UDEL:1.1.1;
locks; strict;
comment	@# @;


1.7
date	99.12.22.15.23.37;	author roberto;	state dead;
branches;
next	1.6;

1.6
date	99.08.28.01.20.55;	author peter;	state Exp;
branches;
next	1.5;

1.5
date	97.02.22.16.14.34;	author peter;	state Exp;
branches
	1.5.2.1;
next	1.4;

1.4
date	97.01.14.07.19.49;	author jkh;	state Exp;
branches;
next	1.3;

1.3
date	96.06.24.04.26.16;	author jkh;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	95.04.04.17.48.02;	author rgrimes;	state Exp;
branches
	1.2.4.1;
next	1.1;

1.1
date	93.12.21.18.36.28;	author wollman;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	93.12.21.18.36.29;	author wollman;	state Exp;
branches;
next	;

1.2.4.1
date	99.09.05.11.45.04;	author peter;	state Exp;
branches;
next	;

1.3.2.1
date	99.09.05.11.41.34;	author peter;	state Exp;
branches;
next	;

1.5.2.1
date	99.08.29.15.49.30;	author peter;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Bye bye xntpd.
@
text
@#
# $FreeBSD: src/usr.sbin/xntpd/parse/util/Makefile,v 1.6 1999/08/28 01:20:55 peter Exp $
#

CFLAGS+= -I${.CURDIR}/../../include
CFLAGS+= -DNTP_POSIX_SOURCE -DUSE_PROTOTYPES
CFLAGS+= -DSYS_FREEBSD -DBOEDER -DHAVE_TERMIOS -DHAVE_BSD_NICE

.if exists(${.OBJDIR}/../../lib)
LDADD+= -L${.OBJDIR}/../../lib
DPADD+= -L${.OBJDIR}/../../lib/libntp.a
.else
LDADD+= -L${.CURDIR}/../../lib
DPADD+= -L${.CURDIR}/../../lib/libntp.a
.endif

LDADD+= -lntp
BINDIR= /usr/sbin
PROG= dcfd

SRCS= dcfd.c
NOMAN=

.include <bsd.prog.mk>
@


1.6
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.5
log
@Revert $FreeBSD$ to $Id$
@
text
@d2 1
a2 1
# $Id$
@


1.5.2.1
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.4
log
@Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.3
log
@Bring in my changes for removing the pestilent obj links (unless you
really want them) from /usr/src.  This is the final version of the
patches, incorporating the feedback I've received from -current.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.2 1995/04/04 17:48:02 rgrimes Exp $
@


1.3.2.1
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.2
log
@Bring down the old version of Makefile from the Attic and replace with this
bmake version of Makefile to build and install dcfd.

Submitted by:	Vincenzo Capuano <VCAPUANO@@vmprofs.esoc.esa.de>
@
text
@d2 1
a2 1
# $Id$
d9 3
a11 3
.if exists(${.CURDIR}/../../lib/obj)
LDADD+= -L${.CURDIR}/../../lib/obj
DPADD+= -L${.CURDIR}/../../lib/obj/libntp.a
@


1.2.4.1
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# /src/NTP/REPOSITORY/v3/parse/util/Makefile.tmpl,v 3.11 1993/11/17 13:34:12 kardel Exp
a3 15
COMPILER= gcc
DEFS=      -DSYS_FREEBSD -DSYS_386BSD
DEFS_OPT=-DDEBUG
DEFS_LOCAL= $(DEFS_OPT) -DREFCLOCK -DPPSPPS -DKERNEL_PLL
CLOCKDEFS= -DLOCAL_CLOCK -DAS2201PPS -DCHU -DGOES -DIRIG -DMX4200PPS -DOMEGA -DPSTCLK -DTPRO -DWWVBCLK -DMSFEESPPS -DLEITCH
INCL=
COPTS=      -O2
INSTALL= install
BINDIR=	/usr/local/bin
#
CFLAGS=	$(COPTS) $(DEFS) $(DEFS_LOCAL) $(INCL) -I../../include
CC=		$(COMPILER)
TOP=../../
#
EXECS=parsetest testdcf dcfd
d5 11
a15 19
all:
	@@echo $(DEFS) $(DEFS_LOCAL) $(CLOCKDEFS) | \
	 awk '/-DSTREAM/ && /-DPARSE/ && /-DCLOCK_RAWDCF/ && ( /-DSYS_SUNOS/ || /-DSYS_SOLARIS/ )  { makeit = 1 } \
	      END { if (makeit) \
		      { print "$(MAKE) $(MFLAGS) MFLAGS=\"$(MFLAGS)\" parsetest"; } \
		  }' | \
	 sh
	@@echo $(DEFS) $(DEFS_LOCAL) $(CLOCKDEFS) | \
	 awk '/-DPARSE/ && /-DCLOCK_RAWDCF/ && ( /-DSYS_SUNOS/ || /-DSYS_SOLARIS/ ) { makeit = 1 } \
	      END { if (makeit) \
		      { print "$(MAKE) $(MFLAGS) MFLAGS=\"$(MFLAGS)\" testdcf"; } \
		  }' | \
	 sh
	@@echo $(DEFS) $(DEFS_LOCAL) $(CLOCKDEFS) | \
	 awk '/-DPARSE/ && /-DCLOCK_RAWDCF/ && ( /-DSYS_SUNOS/  || /-DSYS_SOLARIS/ ) { makeit = 1 } \
	      END { if (makeit) \
		      { print "$(MAKE) $(MFLAGS) MFLAGS=\"$(MFLAGS)\" dcfd"; } \
		  }' | \
	 sh
d17 3
a19 2
clean:
	-@@rm -f $(EXECS) *.o
d21 2
a22 2
distclean:	clean
	-@@rm -f *.orig *.rej .version Makefile
d24 1
a24 4
install:
	@@echo "--- DCF77 utilities should be installed manually"
	@@#[ -f testdcf ] && $(INSTALL) -c -m 0755 testdcf $(BINDIR) || true
	@@#[ -f dcfd ] && $(INSTALL) -c -m 0755 dcfd $(BINDIR) || true
@


1.1.1.1
log
@xntpd 3.3b from UDel
@
text
@@
