summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2001-08-19 10:42:31 +0000
committerMarc Espie <espie@cvs.openbsd.org>2001-08-19 10:42:31 +0000
commit580e400b41d341c2ad1bfe153d5ca6553351703a (patch)
tree416ae68567cc71d6f734e3e99b4d7c1bc3cbb418
parentedd91d0e07d416a034d0fc9219561ddd7e3f6ace (diff)
byebye. Not used. Just keeps getting out of synch.
-rw-r--r--usr.bin/make/lst.lib/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/usr.bin/make/lst.lib/Makefile b/usr.bin/make/lst.lib/Makefile
deleted file mode 100644
index 16975809789..00000000000
--- a/usr.bin/make/lst.lib/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $OpenPackages$
-# $OpenBSD: Makefile,v 1.10 2001/05/03 13:41:16 espie Exp $
-# $NetBSD: Makefile,v 1.4 1996/11/06 17:59:31 christos Exp $
-
-OBJ=lstAppend.o lstDupl.o lstInit.o lstEnQueue.o lstInsert.o \
- lstRemove.o lstConcat.o lstFindFrom.o lstLast.o lstReplace.o lstFirst.o \
- lstMember.o lstSucc.o lstDeQueue.o \
- lstForEachFrom.o lstDestroy.o lstAddNew.o lstConcatDestroy.o
-
-CFLAGS+=-I..
-all: ${OBJ}