From: sf Date: Mon, 29 May 2017 11:59:32 +0000 (+0000) Subject: Re-add line continuation \ that went missing in the previous commit X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6cc34f80748d8cd5a333a1d616234575238978bd;p=openbsd Re-add line continuation \ that went missing in the previous commit --- diff --git a/regress/sys/Makefile b/regress/sys/Makefile index 8f8e846d81e..a43b917d757 100644 --- a/regress/sys/Makefile +++ b/regress/sys/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.24 2017/05/29 11:00:04 sf Exp $ +# $OpenBSD: Makefile,v 1.25 2017/05/29 11:59:32 sf Exp $ # $NetBSD: Makefile,v 1.4 1995/04/20 22:41:08 cgd Exp $ -SUBDIR= copy crypto dev ddb ffs fifofs fileops kern +SUBDIR= copy crypto dev ddb ffs fifofs fileops kern \ net netinet netinet6 nfs ptrace sys uvm .if exists(arch/${MACHINE}/Makefile) SUBDIR+= arch/${MACHINE}