From 54db9d4f399dfafd752952c91e4f41e352905492 Mon Sep 17 00:00:00 2001 From: Ryan Finnie Date: Wed, 24 Jun 2020 20:34:44 -0700 Subject: [PATCH] Compile uudecode/uuencode --- support/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/Makefile b/support/Makefile index 46e82c5..fc2a4ce 100644 --- a/support/Makefile +++ b/support/Makefile @@ -27,7 +27,7 @@ INCLUDES = -I../src #-------------------------------------------------------------------------- SUPPORT = htpasswd unescape inc2shtml htdigest dbm2std std2dbm dbmdigest \ - dbmgroup dbmpasswd webgrab + dbmgroup dbmpasswd webgrab auth/uudecode auth/uuencode .c.o: $(CC) -c $(CFLAGS) $(INCLUDES) $<