aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-08-31 14:22:33 +0000
committerBruce Evans <bde@FreeBSD.org>1996-08-31 14:22:33 +0000
commit454f40052a75a6f45099d46fa12524ccdb7da8a5 (patch)
tree1aebd1f80d333a70befff7de77f1c984c72d1c29 /usr.bin/make
parent274beb73fecb310234ad57083a85f3e8085ec6ce (diff)
Notes
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c
index 03a62da968fa..971eadd63541 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