diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 2002-07-16 22:16:05 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 2002-07-16 22:16:05 +0000 |
| commit | 5cd19a3cfd1ca09f228df51c1e50d31a9a11c65d (patch) | |
| tree | 9cc07624d64893a546207657e471464e0a26908c /usr.bin/command | |
| parent | 43bf47e4d85eb7646b38158c5aee228cb9e04fac (diff) | |
Notes
Diffstat (limited to 'usr.bin/command')
| -rw-r--r-- | usr.bin/command/Makefile | 6 | ||||
| -rw-r--r-- | usr.bin/command/command.sh | 4 |
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+"$@"} |
