Removed vestiges of mount_mfs. Sorted the Makefile a bit.
This commit is contained in:
parent
0b0823a755
commit
bb14f0993b
@ -2,13 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= newfs
|
||||
SRCS= getmntopts.c newfs.c mkfs.c
|
||||
SRCS= newfs.c mkfs.c
|
||||
CFLAGS+=-DFSIRAND
|
||||
WARNS?= 2
|
||||
MAN= newfs.8
|
||||
|
||||
MOUNT= ${.CURDIR}/../mount
|
||||
CFLAGS+=-DFSIRAND -I${MOUNT}
|
||||
WARNS?= 2
|
||||
|
||||
.PATH: ${MOUNT}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -75,14 +75,6 @@ static const char rcsid[] =
|
||||
#include <varargs.h>
|
||||
#endif
|
||||
|
||||
#include "mntopts.h"
|
||||
|
||||
struct mntopt mopts[] = {
|
||||
MOPT_STDOPTS,
|
||||
MOPT_ASYNC,
|
||||
{ NULL },
|
||||
};
|
||||
|
||||
#if __STDC__
|
||||
void fatal(const char *fmt, ...) __printflike(1, 2);
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user