summaryrefslogtreecommitdiff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-09-18 21:25:26 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-09-18 21:25:26 +0000
commit63c72c78d23a398e8cf374798c59581e6f00c6ff (patch)
tree1e724d0fc3a7baaeeaf3acf35f6284d861419a92 /bin/Makefile
parenta861b63c2880c74bf09702e7487f7d544b550c19 (diff)
downloadsrc-test-63c72c78d23a398e8cf374798c59581e6f00c6ff.tar.gz
src-test-63c72c78d23a398e8cf374798c59581e6f00c6ff.zip
Added domainname.
Notes
Notes: svn path=/head/; revision=2864
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 3ae43c418438f..b324bba44ab9f 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -1,6 +1,8 @@
-# @(#)Makefile 8.1 (Berkeley) 5/31/93
+# From: @(#)Makefile 8.1 (Berkeley) 5/31/93
+# $Id$
-SUBDIR= cat chmod cp csh date dd df echo ed expr hostname kill ln ls \
- mkdir mv pax ps pwd rcp rm rmail rmdir sh sleep stty sync test
+SUBDIR= cat chmod cp csh date dd df domainname echo ed expr hostname \
+ kill ln ls mkdir mv pax ps pwd rcp rm rmail rmdir sh sleep \
+ stty sync test
.include <bsd.subdir.mk>