Revision 6954,
347 bytes
checked in by probe, 31 years ago
(diff) |
Initial revision
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | /* |
---|
2 | * $Id: Imakefile,v 1.1 1993-10-12 05:30:28 probe Exp $ |
---|
3 | */ |
---|
4 | |
---|
5 | SimpleProgram(btoa,btoa.c,,$(ATHBINDIR)) |
---|
6 | SimpleProgram(atob,atob.c,,$(ATHBINDIR)) |
---|
7 | install_man(btoa.1,btoa.1) |
---|
8 | install_man(atob.1,atob.1) |
---|
9 | install_man(tarmail.1,tarmail.1) |
---|
10 | |
---|
11 | install:: |
---|
12 | $(INSTALL) -m 755 tarmail ${DESTDIR}$(ATHBINDIR) |
---|
13 | $(INSTALL) -m 755 untarmail ${DESTDIR}$(ATHBINDIR) |
---|
14 | |
---|
Note: See
TracBrowser
for help on using the repository browser.