diff options
Diffstat (limited to 'usr.sbin/amd/config/Configure')
-rw-r--r-- | usr.sbin/amd/config/Configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/amd/config/Configure b/usr.sbin/amd/config/Configure index 2851786..3fb11ce 100644 --- a/usr.sbin/amd/config/Configure +++ b/usr.sbin/amd/config/Configure @@ -38,7 +38,7 @@ # # @(#)Configure 8.1 (Berkeley) 6/6/93 # -# $Id: Configure,v 5.2.1.2 91/05/07 22:20:26 jsp Alpha $ +# $FreeBSD$ # echo "Making ./arch and ./os-type executable ..." until chmod +x ./arch ./os-type; do echo "Error: chmod command failed" >&2; exit 1; done |