Module Name:    src
Committed By:   riastradh
Date:           Mon Feb 19 17:55:46 UTC 2024

Modified Files:
        src/distrib/amd64/ramdisks: Makefile

Log Message:
ramdisk-zfsroot: Enable build by default on amd64.

XXX Should maybe copy this to other ports like evbarm64 too.

PR port-amd64/57948


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/distrib/amd64/ramdisks/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/amd64/ramdisks/Makefile
diff -u src/distrib/amd64/ramdisks/Makefile:1.4 src/distrib/amd64/ramdisks/Makefile:1.5
--- src/distrib/amd64/ramdisks/Makefile:1.4	Sun May 21 15:28:37 2017
+++ src/distrib/amd64/ramdisks/Makefile	Mon Feb 19 17:55:46 2024
@@ -1,8 +1,9 @@
-#	$NetBSD: Makefile,v 1.4 2017/05/21 15:28:37 riastradh Exp $
+#	$NetBSD: Makefile,v 1.5 2024/02/19 17:55:46 riastradh Exp $
 
 SUBDIR=
 SUBDIR+=	ramdisk
 SUBDIR+=	ramdisk-cgdroot
+SUBDIR+=	ramdisk-zfsroot
 
 TARGETS+=	release
 

Reply via email to