Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / config / cf / bsdLib.tmpl
1 XCOMM $XConsortium: bsdLib.tmpl /main/3 1996/09/28 16:09:25 rws $
2
3 /*
4  * NetBSD/FreeBSD shared library template
5  */
6
7 #ifndef SharedXtReqs
8 #define SharedXtReqs /**/
9 #endif
10 #ifndef SharedXawReqs
11 #define SharedXawReqs /**/
12 #endif
13 #ifndef SharedXmuReqs
14 #define SharedXmuReqs $(LDPRELIBS) $(XTOOLONLYLIB) $(XONLYLIB)
15 #endif