diff options
author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 00:07:29 +0000 |
---|---|---|
committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 00:07:29 +0000 |
commit | 2162b2d2265b5a190e84216b529977d83162f9cc (patch) | |
tree | ac48fd8c79dd9f0b338762a1129b83587ab3a39f /bin/expr/Makefile | |
parent | 236bb30377a429eb08bcef5e354d39c7bb40bb92 (diff) |
Notes
Diffstat (limited to 'bin/expr/Makefile')
-rw-r--r-- | bin/expr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/expr/Makefile b/bin/expr/Makefile index c1a2e2f2b3c4a..c98e59fbcb3bf 100644 --- a/bin/expr/Makefile +++ b/bin/expr/Makefile @@ -1,8 +1,8 @@ # /b/source/CVS/src/bin/expr/Makefile,v 1.5 1993/06/14 19:56:06 jtc Exp -# $Id$ +# $Id: Makefile,v 1.6 1994/09/24 02:55:36 davidg Exp $ PROG= expr -SRCS= expr.c +SRCS= expr.c CLEANFILES+= expr.c y.tab.h expr.c: |