head	1.6;
access;
symbols
	RELENG_4_11_0_RELEASE:1.5
	RELENG_4_11:1.5.0.20
	RELENG_4_11_BP:1.5
	RELENG_4_10_0_RELEASE:1.5
	RELENG_4_10:1.5.0.18
	RELENG_4_10_BP:1.5
	RELENG_4_9_0_RELEASE:1.5
	RELENG_4_9:1.5.0.16
	RELENG_4_9_BP:1.5
	RELENG_4_8_0_RELEASE:1.5
	RELENG_4_8:1.5.0.14
	RELENG_4_8_BP:1.5
	RELENG_4_7_0_RELEASE:1.5
	RELENG_4_7:1.5.0.12
	RELENG_4_7_BP:1.5
	RELENG_4_6_2_RELEASE:1.5
	RELENG_4_6_1_RELEASE:1.5
	RELENG_4_6_0_RELEASE:1.5
	RELENG_4_6:1.5.0.10
	RELENG_4_6_BP:1.5
	RELENG_4_5_0_RELEASE:1.5
	RELENG_4_5:1.5.0.8
	RELENG_4_5_BP:1.5
	RELENG_4_4_0_RELEASE:1.5
	RELENG_4_4:1.5.0.6
	RELENG_4_4_BP:1.5
	RELENG_4_3_0_RELEASE:1.5
	RELENG_4_3:1.5.0.4
	RELENG_4_3_BP:1.5
	RELENG_4_2_0_RELEASE:1.5
	RELENG_4_1_1_RELEASE:1.5
	PRE_SMPNG:1.5
	RELENG_4_1_0_RELEASE:1.5
	RELENG_3_5_0_RELEASE:1.4.2.1
	RELENG_4_0_0_RELEASE:1.5
	RELENG_4:1.5.0.2
	RELENG_4_BP:1.5
	RELENG_3_4_0_RELEASE:1.4.2.1
	RELENG_3_3_0_RELEASE:1.4.2.1
	RELENG_3_2_PAO:1.4.0.4
	RELENG_3_2_PAO_BP:1.4
	RELENG_3_2_0_RELEASE:1.4
	RELENG_3_1_0_RELEASE:1.4
	RELENG_3:1.4.0.2
	RELENG_3_BP:1.4
	RELENG_2_2_8_RELEASE:1.1.10.1
	RELENG_3_0_0_RELEASE:1.4
	RELENG_2_2_7_RELEASE:1.1.10.1
	RELENG_2_2_6_RELEASE:1.1.10.1
	RELENG_2_2_5_RELEASE:1.1
	RELENG_2_2_2_RELEASE:1.1
	RELENG_2_2_1_RELEASE:1.1
	RELENG_2_2_0_RELEASE:1.1
	RELENG_2_1_7_RELEASE:1.1
	RELENG_2_1_6_1_RELEASE:1.1
	RELENG_2_1_6_RELEASE:1.1
	RELENG_2_2:1.1.0.10
	RELENG_2_2_BP:1.1
	RELENG_2_1_5_RELEASE:1.1
	RELENG_2_1_0_RELEASE:1.1
	RELENG_2_1_0:1.1.0.8
	RELENG_2_1_0_BP:1.1
	RELENG_2_0_5_RELEASE:1.1
	RELENG_2_0_5:1.1.0.6
	RELENG_2_0_5_BP:1.1
	RELENG_2_0_5_ALPHA:1.1
	RELEASE_2_0:1.1
	BETA_2_0:1.1
	ALPHA_2_0:1.1.0.4
	MOVED_NEWCVS:1.1
	FINAL_1_1_5:1.1
	ALPHA_1_1_5:1.1
	FINAL_1_1:1.1
	GAMMA_1_1:1.1
	BETA_1_1:1.1.0.2
	BP_BETA_1_1:1.1
	FINAL_1_0:1.1
	EPSILON_1_0:1.1
	GAMMA_1_0:1.1
	BETA_1_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2001.10.01.06.22.49;	author kris;	state dead;
branches;
next	1.5;

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

1.4
date	97.09.14.13.04.17;	author wosch;	state Exp;
branches
	1.4.2.1;
next	1.3;

1.3
date	97.02.22.15.28.41;	author peter;	state Exp;
branches;
next	1.2;

1.2
date	97.01.14.05.54.07;	author jkh;	state Exp;
branches;
next	1.1;

1.1
date	93.08.05.18.27.39;	author conklin;	state Exp;
branches
	1.1.8.1
	1.1.10.1;
next	;

1.5.2.1
date	2012.11.17.07.22.57;	author svnexp;	state Exp;
branches;
next	;

1.4.2.1
date	99.08.29.14.30.40;	author peter;	state Exp;
branches;
next	;

1.1.8.1
date	99.09.05.11.10.37;	author peter;	state Exp;
branches;
next	;

1.1.10.1
date	98.03.03.06.10.44;	author jkh;	state Exp;
branches;
next	1.1.10.2;

1.1.10.2
date	99.09.05.11.05.51;	author peter;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Phase I of UUCP migration to ports.  This leaves behind a minimal build
environment for cu, which is still useful.
@
text
@# Makefile for uulog
# $FreeBSD: src/gnu/libexec/uucp/uulog/Makefile,v 1.5 1999/08/27 23:33:56 peter Exp $

BINDIR=		$(bindir)

PROG=		uulog
SRCS=		uulog.c log.c
LDADD+=		$(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
DPADD+=		$(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
CFLAGS+=	-I$(.CURDIR)/../common_sources\
		-DVERSION=\"$(VERSION)\"

.include <bsd.prog.mk>
.PATH: $(.CURDIR)/../common_sources
@


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


1.5.2.1
log
@Switch importer
@
text
@d2 1
a2 1
# $FreeBSD: stable/4/gnu/libexec/uucp/uulog/Makefile 50472 1999-08-27 23:37:10Z peter $
@


1.4
log
@Add some UUCP manpages.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.3 1997/02/22 15:28:41 peter Exp $
@


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


1.3
log
@Revert $FreeBSD$ to $Id$
@
text
@d2 1
a2 1
# $Id$
a11 2

NOMAN=		noman
@


1.2
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.1
log
@Taylor UUCP 1.04
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.2 1993/08/05 16:15:14 jtc Exp $
@


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


1.1.10.1
log
@MFC: add man page.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1 1993/08/05 18:27:39 conklin Exp $
d12 2
@


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

