1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/sbin/mdmfs/pathnames.h

10 lines
207 B
C
Raw Normal View History

/* $FreeBSD$ */
#ifndef MDMFS_PATHNAMES_H
#define MDMFS_PATHNAMES_H
#define PATH_MDCONFIG "/sbin/mdconfig"
#define PATH_NEWFS "/sbin/newfs"
#define PATH_MOUNT "/sbin/mount"
#endif /* !MDMFS_PATHNAMES_H */