blob: d072cf2db771ce2756533f7f23fe71670408ba90 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
/* $FreeBSD$ */
#ifndef MDMFS_PATHNAMES_H
#define MDMFS_PATHNAMES_H
#define PATH_MDCONFIG "/sbin/mdconfig"
#define PATH_DISKLABEL "/sbin/disklabel"
#define PATH_NEWFS "/sbin/newfs"
#define PATH_MOUNT "/sbin/mount"
#endif /* !MDMFS_PATHNAMES_H */
|