diff options
author | conklin <conklin@FreeBSD.org> | 1993-07-21 23:07:02 +0000 |
---|---|---|
committer | conklin <conklin@FreeBSD.org> | 1993-07-21 23:07:02 +0000 |
commit | 8ba08f2eb51397de954e5eae122f7d164e3b6596 (patch) | |
tree | 10980f4b1e8bec20c30d6fd2d9fcdb9f129af442 /bin | |
parent | 4d198a2a3c3c36c5a716af376e5fd0a797c58948 (diff) | |
download | FreeBSD-src-8ba08f2eb51397de954e5eae122f7d164e3b6596.zip FreeBSD-src-8ba08f2eb51397de954e5eae122f7d164e3b6596.tar.gz |
install new manual page
Diffstat (limited to 'bin')
-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 43e8dda..f955f92 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: |