From 48bf6e9b155cbf5c87afb6fa65b5b9593cffc5aa Mon Sep 17 00:00:00 2001 From: rsadowski Date: Sat, 6 Nov 2021 19:09:10 +0000 Subject: [PATCH] +wayland --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 14ce3da78c4..a744bbd98a1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.86 2018/12/14 18:57:58 espie Exp $ +# $OpenBSD: Makefile,v 1.87 2021/11/06 19:09:10 rsadowski Exp $ .if !defined(BSD_OWN_MK) . include @@ -68,6 +68,7 @@ SUBDIR += shells SUBDIR += sysutils SUBDIR += telephony SUBDIR += textproc +SUBDIR += wayland SUBDIR += www SUBDIR += x11 .endif