This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0f81f3046d
freebsd-nq
/
usr.bin
/
truncate
/
Makefile
8 lines
87 B
Makefile
Raw
Normal View
History
Unescape
Escape
Import the new truncate(1) utility. Approved by: jdp
2000-07-18 17:03:58 +00:00
# $FreeBSD$
PROG
=
truncate
Use expand_number(3) from libutil instead of home-grown function to parse human-friendly power-of-two numbers (i.e. 2k, 5M etc). Suggested by: many MFC after: 1 week
2010-03-03 19:25:28 +00:00
DPADD
=
${
LIBUTIL
}
LDADD
=
-lutil
Import the new truncate(1) utility. Approved by: jdp
2000-07-18 17:03:58 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink