mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
7b804361b0
applications. Call xmhelp for an example and introduction. Submitted by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
16 lines
429 B
Plaintext
16 lines
429 B
Plaintext
diff -cb ../../../libhelp-1.8.1/libhelp/Imakefile libhelp/Imakefile
|
|
*** ../../../libhelp-1.8.1/libhelp/Imakefile Wed Jun 28 14:59:58 1995
|
|
--- libhelp/Imakefile Mon Oct 20 21:25:05 1997
|
|
***************
|
|
*** 99,104 ****
|
|
--- 99,107 ----
|
|
XCOMM libhelp.a
|
|
|
|
NormalLibraryTarget($(LIBHELP),$(OBJS))
|
|
+ InstallLibrary($(LIBHELP),$(USRLIBDIR))
|
|
+
|
|
+ InstallNonExecFile(help.h,$(INCDIR))
|
|
|
|
XCOMM thelp (only for testing, not distributed)
|
|
|