From d4d239ae67c02dfd46d283e050895bc996a6dbde Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Thu, 6 Jun 2002 19:36:51 +0000 Subject: [PATCH] Hook stat into the build Fix a trailing ws nit while I'm here --- usr.bin/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 480e4327ca6..5a2f12114ae 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -146,6 +146,7 @@ SUBDIR= apply \ sockstat \ soelim \ split \ + stat \ su \ symorder \ systat \ @@ -221,7 +222,7 @@ SUBDIR+=perl .endif .if !defined(NO_SENDMAIL) -SUBDIR+=vacation +SUBDIR+=vacation .endif .if ${MACHINE_ARCH} == "i386"