]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/mdmfs/pathnames.h
This commit was generated by cvs2svn to compensate for changes in r90926,
[FreeBSD/FreeBSD.git] / sbin / mdmfs / pathnames.h
1 /* $FreeBSD$ */
2 #ifndef MDMFS_PATHNAMES_H
3 #define MDMFS_PATHNAMES_H
4
5 #define PATH_MDCONFIG   "/sbin/mdconfig"
6 #define PATH_DISKLABEL  "/sbin/disklabel"
7 #define PATH_NEWFS      "/sbin/newfs"
8 #define PATH_MOUNT      "/sbin/mount"
9
10 #endif  /* !MDMFS_PATHNAMES_H */