diff options
-rw-r--r-- | tools/regression/usr.bin/make/syntax/directive-t0/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/usr.bin/make/syntax/directive-t0/Makefile b/tools/regression/usr.bin/make/syntax/directive-t0/Makefile index dedccc3..0f95a21 100644 --- a/tools/regression/usr.bin/make/syntax/directive-t0/Makefile +++ b/tools/regression/usr.bin/make/syntax/directive-t0/Makefile @@ -3,6 +3,6 @@ # A typo'ed directive. # -.undef foo +.uudef foo all: |