current code no longer uses Lst_Replace not Lst_Requeue
authorespie <espie@openbsd.org>
Sun, 5 Nov 2023 11:22:59 +0000 (11:22 +0000)
committerespie <espie@openbsd.org>
Sun, 5 Nov 2023 11:22:59 +0000 (11:22 +0000)
so don't bother compiling them.

usr.bin/make/lst.lib/Makefile.inc

index f046a4d..3a29135 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.1 2014/05/12 19:11:20 espie Exp $
+# $OpenBSD: Makefile.inc,v 1.2 2023/11/05 11:22:59 espie Exp $
 
 .PATH: ${.CURDIR}/lst.lib
 CFLAGS += -I${.CURDIR}/lst.lib
@@ -6,4 +6,4 @@ HOSTCFLAGS += -I${.CURDIR}/lst.lib
 
 SRCS+= lstAddNew.c lstAppend.c lstConcat.c lstConcatDestroy.c \
        lstDeQueue.c lstDestroy.c lstDupl.c lstFindFrom.c lstForEachFrom.c \
-       lstInsert.c lstMember.c lstRemove.c lstReplace.c lstRequeue.c lstSucc.c
+       lstInsert.c lstMember.c lstRemove.c lstSucc.c