diff options
author | J.T. Conklin <jtc@FreeBSD.org> | 1993-07-21 23:07:02 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@FreeBSD.org> | 1993-07-21 23:07:02 +0000 |
commit | c1b5908979ddaaad61f01e6409b4be78c3204faa (patch) | |
tree | 10980f4b1e8bec20c30d6fd2d9fcdb9f129af442 /bin/expr | |
parent | c9fe00dc0b1a3dd51aeae349e18cc033de4df715 (diff) | |
download | src-c1b5908979ddaaad61f01e6409b4be78c3204faa.tar.gz src-c1b5908979ddaaad61f01e6409b4be78c3204faa.zip |
install new manual page
Notes
Notes:
svn path=/head/; revision=182
Diffstat (limited to 'bin/expr')
-rw-r--r-- | bin/expr/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/expr/Makefile b/bin/expr/Makefile index 43e8dda8d4b9..f955f92b0b4f 100644 --- a/bin/expr/Makefile +++ b/bin/expr/Makefile @@ -3,7 +3,6 @@ PROG= expr SRCS= expr.c regex.c CFLAGS+= -I${.CURDIR} -DHAVE_STRING_H=1 -NOMAN= noman CLEANFILES+= expr.c y.tab.h expr.c: |