summaryrefslogtreecommitdiff
path: root/bin/expr/Makefile
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1993-07-20 20:16:25 +0000
committerjtc <jtc@NetBSD.org>1993-07-20 20:16:25 +0000
commit78bf9d408eded5dc720c64c76d22cb31aea456bc (patch)
tree3c81ab284a499bb4361613ba69016d84afe2fc93 /bin/expr/Makefile
parentf2a0b0fbdfaab79400df65d1d67a7907cd444fcd (diff)
Add a manual page.
Diffstat (limited to 'bin/expr/Makefile')
-rw-r--r--bin/expr/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/expr/Makefile b/bin/expr/Makefile
index cd0a613b6a1..d5a4f1d7e94 100644
--- a/bin/expr/Makefile
+++ b/bin/expr/Makefile
@@ -1,11 +1,10 @@
-# $Header: /cvsroot/src/bin/expr/Makefile,v 1.5 1993/06/14 19:56:06 jtc Exp $
+# $Header: /cvsroot/src/bin/expr/Makefile,v 1.6 1993/07/20 20:16:25 jtc Exp $
PROG= expr
SRCS= expr.c
CFLAGS+= -I.
LDADD= -lgnuregex
DPADD= /usr/lib/libgnuregex.a
-NOMAN= noman
CLEANFILES+= expr.c y.tab.h
expr.c: