aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@FreeBSD.org>1993-07-21 23:07:02 +0000
committerJ.T. Conklin <jtc@FreeBSD.org>1993-07-21 23:07:02 +0000
commitc1b5908979ddaaad61f01e6409b4be78c3204faa (patch)
tree10980f4b1e8bec20c30d6fd2d9fcdb9f129af442
parentc9fe00dc0b1a3dd51aeae349e18cc033de4df715 (diff)
downloadsrc-c1b5908979ddaaad61f01e6409b4be78c3204faa.tar.gz
src-c1b5908979ddaaad61f01e6409b4be78c3204faa.zip
install new manual page
Notes
Notes: svn path=/head/; revision=182
-rw-r--r--bin/expr/Makefile1
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: