head	1.4;
access;
symbols
	RELENG_2_1_7_RELEASE:1.2
	RELENG_2_1_6_1_RELEASE:1.2
	RELENG_2_1_6_RELEASE: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.1.1.1
	sgmls_1_1:1.1.1.1
	jfieber:1.1.1;
locks; strict;
comment	@# @;


1.4
date	96.09.08.20.44.43;	author jfieber;	state dead;
branches;
next	1.3;

1.3
date	96.06.04.19.09.45;	author jfieber;	state Exp;
branches;
next	1.2;

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

1.1
date	95.04.27.16.03.40;	author jfieber;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	95.04.27.16.03.40;	author jfieber;	state Exp;
branches;
next	;

1.2.4.1
date	97.07.16.13.22.25;	author jfieber;	state dead;
branches;
next	;


desc
@@


1.4
log
@Bye Bye sgmlsasp (and rast)!  Frankly, I won't miss you.
@
text
@#
# Bmakefile for sgmlsasp
#
# $Id: Makefile,v 1.3 1996/06/04 19:09:45 jfieber Exp jfieber $
#

PROG= sgmlsasp

SRCS+= sgmlsasp.c replace.c

CFLAGS+= -I${.CURDIR}/../libsgmls -I${.CURDIR}/../sgmls

LDADD=  ${LIBSGMLS}
DPADD=  ${LIBSGMLS}

.include "../Makefile.inc"
.include <bsd.prog.mk>

@


1.3
log
@Upgrade from 1.1 to 1.1.91.  Unknown to me, the latter version was
actually available at the time I brought in the former.
Lots of assorted bug fixes and much needed support for catalogs.
@
text
@d4 1
a4 1
# $Id$
@


1.2
log
@Remove trailing whitespace.
@
text
@d4 1
a4 1
# $id$
@


1.2.4.1
log
@Poof!

The SGML tools in this branch are long obsolete.  The tools in -current
will be available in port form shortly.
@
text
@@


1.1
log
@Initial revision
@
text
@d11 1
a11 1
CFLAGS+= -I${.CURDIR}/../libsgmls -I${.CURDIR}/../sgmls 
@


1.1.1.1
log
@The sgmls SGML parser.   Support for our hypertext documents.
Reviewed by:	Paul Richards, Garrett Wollman
@
text
@@
