You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
453 B
31 lines
453 B
PREFIX ?= /usr/local |
|
DESTDIR ?= |
|
|
|
MAN1 = alias.sh.1 \ |
|
dns.1 \ |
|
dsg.1 \ |
|
ipcheck.1 \ |
|
linx.1 \ |
|
list-fonts.1 \ |
|
minpb.1 \ |
|
pbin.1 \ |
|
rman.1 \ |
|
tb.1 \ |
|
tmux-wm.1 \ |
|
weather.1 |
|
|
|
MAN7 = posix-sh-tools.7 |
|
|
|
PROG = alias.sh \ |
|
dns \ |
|
dsg \ |
|
ipcheck \ |
|
linx \ |
|
list-fonts \ |
|
minpb \ |
|
nofetch \ |
|
pbin \ |
|
rman \ |
|
tb \ |
|
tmux-wm \ |
|
weather
|
|
|