diff options
Diffstat (limited to 'usr.bin/make/lst.lib')
-rw-r--r-- | usr.bin/make/lst.lib/Makefile | 11 |
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} |