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
freebsd-nq
/
usr.bin
/
tabs
/
Makefile
8 lines
88 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add an implementation of the tabs(1) utility, as required by SUSv3. PR: 36126
2002-05-21 02:33:25 +00:00
# $FreeBSD$
PROG
=
tabs
Replace all uses of libncurses and libtermcap with their wide character variants. This allows usable file system images (i.e. those with both a shell and an editor) to be created with only one copy of the curses library. Exp-run: antoine PR: 189842 Discussed with: bapt Sponsored by: DARPA, AFRL
2014-07-17 18:24:34 +00:00
DPADD
=
${
LIBTERMCAPW
}
LDADD
=
-ltermcapw
Add an implementation of the tabs(1) utility, as required by SUSv3. PR: 36126
2002-05-21 02:33:25 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink