$NetBSD: patch-at,v 1.2 2020/05/26 08:36:56 triaxx Exp $

Don't create directories, do that with OWN_DIRS and OWN_DIRS_PERMS

--- scheduler/Makefile.orig	2015-02-17 13:10:19.000000000 +0000
+++ scheduler/Makefile
@@ -138,6 +138,8 @@ install:	all install-data install-header
 #
 
 install-data:
+
+install-dirs:
 	echo Creating $(SERVERBIN)/driver...
 	$(INSTALL_DIR) -m 755 $(SERVERBIN)/driver
 	echo Creating $(SERVERROOT)...
