head	1.2;
access;
symbols
	v961006:1.1.1.1
	CHRISTOS:1.1.1;
locks; strict;
comment	@# @;


1.2
date	96.10.08.04.07.09;	author steve;	state dead;
branches;
next	1.1;

1.1
date	96.10.06.16.44.00;	author steve;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.10.06.16.44.00;	author steve;	state Exp;
branches;
next	;


desc
@@


1.2
log
@O' to be bitten by CVS.  Cleanup after import
of Christos' version of make(1) and add Id's.

Set straight by: Bruce Evans and Peter Wemm :)
@
text
@#	$NetBSD: Makefile,v 1.3 1995/06/14 15:20:42 christos Exp $

OBJ=lstAppend.o lstDupl.o lstInit.o lstOpen.o lstAtEnd.o lstEnQueue.o \
    lstInsert.o lstAtFront.o lstIsAtEnd.o lstClose.o lstFind.o lstIsEmpty.o \
    lstRemove.o lstConcat.o lstFindFrom.o lstLast.o lstReplace.o lstFirst.o \
    lstDatum.o lstForEach.o lstMember.o lstSucc.o lstDeQueue.o \
    lstForEachFrom.o lstDestroy.o lstNext.o

CFLAGS=-I..
all: ${OBJ}
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Import Christos Zoulas' version of NetBSD's make onto the
vendor branch for reference.

Obtained from: Christos Zoulas <christos@@netbsd.org>
@
text
@@
