From 8fe799834217e5d3131f05e0eb56e4fec441c07b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Tue, 24 May 2005 12:37:18 +0000 Subject: [PATCH] Connect mount_reiserfs(8) to the build. Approved by: mux (mentor) --- sbin/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/Makefile b/sbin/Makefile index e38751a7435a..596da4df491a 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -58,6 +58,7 @@ SUBDIR= adjkerntz \ mount_nfs4 \ mount_ntfs \ mount_nullfs \ + mount_reiserfs \ mount_std \ mount_udf \ mount_umapfs \