From 177c9b630385bafbcea4f3a83cffcad23ec53ddd Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sun, 19 Nov 2017 09:01:12 +0100 Subject: [PATCH] make: the alpahabet is hard... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4d78beca4..8902b8d02 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PAGER?= less all: @cat ${.CURDIR}/README.md | ${PAGER} -CATEGORIES= databases devel dns net-mgmt net mail security sysutils www +CATEGORIES= databases devel dns mail net-mgmt net security sysutils www .for CATEGORY in ${CATEGORIES} _${CATEGORY}!= ls -1d ${CATEGORY}/*