This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f2dba9ed8a
NetBSD
/
bin
/
expr
/
Makefile
7 lines
104 B
Makefile
Raw
Normal View
History
Unescape
Escape
Re-implemented with a recursive descent parser. Fixed subtle bug wrt. comparing integers when either one hasn't been coersed from a string --- while avoiding an even subtler bug found in GNU expr.
1994-07-16 04:17:03 +04:00
# $Id: Makefile,v 1.10 1994/07/16 00:17:03 jtc Exp $
added rcs ids to all files
1993-03-22 11:04:00 +03:00
Use POSIX regular expression routines. Remove TODO file, as I've allready done everything that there was to do.
1993-06-14 23:56:06 +04:00
PROG
=
expr
Oops. This one does need a single-entry SRCS, because it's generated at compile time. Lose.
1993-08-06 05:20:44 +04:00
SRCS
=
expr.c
initial import of 386bsd-0.1 sources
1993-03-21 12:45:37 +03:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>