diff options
-rw-r--r-- | usr.bin/make/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index 03a62da..971eadd 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -155,7 +155,7 @@ MainParseArgs(argc, argv) optind = 1; /* since we're called more than once */ #ifdef notyet -# define OPTFLAGS "BD:I:L:PSVd:ef:ij:knqrst" +# define OPTFLAGS "BD:I:L:PSV:d:ef:ij:knqrst" #else # define OPTFLAGS "D:I:V:d:ef:ij:knqrst" #endif |