This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-04-29 10:11:09 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
387dcafe06
opnsense-src
/
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-20 22:33:25 -04: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 14:24:34 -04:00
DPADD
=
${
LIBTERMCAPW
}
LDADD
=
-ltermcapw
Add an implementation of the tabs(1) utility, as required by SUSv3. PR: 36126
2002-05-20 22:33:25 -04:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in a new issue
Copy permalink