head	1.4;
access;
symbols
	RELENG_4_11_0_RELEASE:1.3
	RELENG_4_11:1.3.0.24
	RELENG_4_11_BP:1.3
	RELENG_4_10_0_RELEASE:1.3
	RELENG_4_10:1.3.0.22
	RELENG_4_10_BP:1.3
	RELENG_4_9_0_RELEASE:1.3
	RELENG_4_9:1.3.0.20
	RELENG_4_9_BP:1.3
	RELENG_4_8_0_RELEASE:1.3
	RELENG_4_8:1.3.0.18
	RELENG_4_8_BP:1.3
	RELENG_4_7_0_RELEASE:1.3
	RELENG_4_7:1.3.0.16
	RELENG_4_7_BP:1.3
	RELENG_4_6_2_RELEASE:1.3
	RELENG_4_6_1_RELEASE:1.3
	RELENG_4_6_0_RELEASE:1.3
	RELENG_4_6:1.3.0.14
	RELENG_4_6_BP:1.3
	RELENG_4_5_0_RELEASE:1.3
	RELENG_4_5:1.3.0.12
	RELENG_4_5_BP:1.3
	RELENG_4_4_0_RELEASE:1.3
	RELENG_4_4:1.3.0.10
	RELENG_4_4_BP:1.3
	RELENG_4_3_0_RELEASE:1.3
	RELENG_4_3:1.3.0.8
	RELENG_4_3_BP:1.3
	RELENG_4_2_0_RELEASE:1.3
	RELENG_4_1_1_RELEASE:1.3
	PRE_SMPNG:1.3
	RELENG_4_1_0_RELEASE:1.3
	RELENG_3_5_0_RELEASE:1.3
	RELENG_4_0_0_RELEASE:1.3
	RELENG_4:1.3.0.6
	RELENG_4_BP:1.3
	RELENG_3_4_0_RELEASE:1.3
	RELENG_3_3_0_RELEASE:1.3
	RELENG_3_2_PAO:1.3.0.4
	RELENG_3_2_PAO_BP:1.3
	RELENG_3_2_0_RELEASE:1.3
	RELENG_3_1_0_RELEASE:1.3
	RELENG_3:1.3.0.2
	RELENG_3_BP:1.3
	RELENG_2_2_8_RELEASE:1.2.6.1
	RELENG_3_0_0_RELEASE:1.3
	RELENG_2_2_7_RELEASE:1.2.6.1
	RELENG_2_2_6_RELEASE:1.2.6.1
	RELENG_2_2_5_RELEASE:1.2.6.1
	RELENG_2_2_2_RELEASE:1.2.6.1
	RELENG_2_2_1_RELEASE:1.2
	RELENG_2_2_0_RELEASE:1.2
	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.2.0.6
	RELENG_2_2_BP:1.2
	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;
locks; strict;
comment	@# @;


1.4
date	2001.10.01.06.22.42;	author kris;	state dead;
branches;
next	1.3;

1.3
date	97.01.11.03.11.35;	author jmacd;	state Exp;
branches;
next	1.2;

1.2
date	95.01.02.12.28.56;	author bde;	state Exp;
branches
	1.2.6.1;
next	1.1;

1.1
date	95.01.01.21.55.23;	author ache;	state Exp;
branches;
next	;

1.2.6.1
date	97.04.11.16.58.08;	author asami;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Phase I of UUCP migration to ports.  This leaves behind a minimal build
environment for cu, which is still useful.
@
text
@INFO=	uucp
INFOSECTION= "System Utilities"

.include <bsd.info.mk>
@


1.3
log
@Add missing info section name.
@
text
@@


1.2
log
@Use new bsd.info.mk to avoid local rules and fix bugs in `all' and `depend'
targets.
@
text
@d2 1
@


1.2.6.1
log
@Merge in from -current all the changes needed to make world with the
latest texinfo.
@
text
@a1 1
INFOSECTION= "System Utilities"
@


1.1
log
@Install info pages now
@
text
@d1 1
a1 3
DOC = uucp
BINDIR = /usr/share/info
PRINTER = texi           # hack for bsd.doc.mk all target
d3 1
a3 4
all:
	makeinfo -o ${DOC}.info ${.CURDIR}/${DOC}.texi

.include <bsd.doc.mk>
@
