diff options
Diffstat (limited to 'bin/sh/Makefile')
-rw-r--r-- | bin/sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile index 48905f0..9803e83 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.4 (Berkeley) 5/5/95 -# $Id: Makefile,v 1.14 1996/09/01 10:27:49 peter Exp $ +# $FreeBSD$ PROG= sh SHSRCS= alias.c cd.c echo.c error.c eval.c exec.c expand.c \ |