summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2002-06-06 19:36:51 +0000
committerDoug Barton <dougb@FreeBSD.org>2002-06-06 19:36:51 +0000
commitd4d239ae67c02dfd46d283e050895bc996a6dbde (patch)
treec0b2e42375c45ab63b9ceea919a40debe2e6577e /usr.bin/Makefile
parentdd3d071205da66f1a0dc33878dd3bb1962b900d0 (diff)
downloadsrc-test-d4d239ae67c02dfd46d283e050895bc996a6dbde.tar.gz
src-test-d4d239ae67c02dfd46d283e050895bc996a6dbde.zip
Hook stat into the build
Fix a trailing ws nit while I'm here
Notes
Notes: svn path=/head/; revision=97955
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 480e4327ca6fa..5a2f12114ae3d 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"