aboutsummaryrefslogtreecommitdiff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1998-05-27 09:25:22 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1998-05-27 09:25:22 +0000
commit5734ac28b47bec881d8d8232ca429c59d2024776 (patch)
tree482e938af4f1c4ca762f7a00c611e806bc30cdf8 /bin/Makefile
parent4ac3e074c14af9f6479d09b4913faa6421bb1243 (diff)
downloadsrc-5734ac28b47bec881d8d8232ca429c59d2024776.tar.gz
src-5734ac28b47bec881d8d8232ca429c59d2024776.zip
Notes
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 5833e7f9d561..15fe34f7b501 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -1,10 +1,14 @@
# From: @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.10 1998/03/13 19:39:14 jb Exp $
+# $Id: Makefile,v 1.11 1998/05/09 06:42:52 jb Exp $
SUBDIR= cat chio chmod cp csh date dd domainname echo ed expr hostname \
- kill ln ls mkdir mv pax pwd rcp rm rmail rmdir sh sleep \
+ kill ln ls mkdir mv pax pwd rcp rm rmdir sh sleep \
stty sync test
+.if !defined(NO_SENDMAIL)
+SUBDIR+=rmail
+.endif
+
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=df ps
.endif