aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/command
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2002-07-16 22:16:05 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2002-07-16 22:16:05 +0000
commit5cd19a3cfd1ca09f228df51c1e50d31a9a11c65d (patch)
tree9cc07624d64893a546207657e471464e0a26908c /usr.bin/command
parent43bf47e4d85eb7646b38158c5aee228cb9e04fac (diff)
Notes
Diffstat (limited to 'usr.bin/command')
-rw-r--r--usr.bin/command/Makefile6
-rw-r--r--usr.bin/command/command.sh4
2 files changed, 0 insertions, 10 deletions
diff --git a/usr.bin/command/Makefile b/usr.bin/command/Makefile
deleted file mode 100644
index e27201f7e4c0..000000000000
--- a/usr.bin/command/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-# $FreeBSD$
-
-SCRIPTS=command.sh
-NOMAN=
-
-.include <bsd.prog.mk>
diff --git a/usr.bin/command/command.sh b/usr.bin/command/command.sh
deleted file mode 100644
index 74d585b1eb9c..000000000000
--- a/usr.bin/command/command.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-# $FreeBSD$
-# This file is in the public domain.
-command ${1+"$@"}