3065 some functions in the tcp module can be static
[unleashed.git] / usr / src / cmd / man / src / util / instant.src / tptregexp / Imakefile
blob7e61bd97e36f0877e864172e0b92329b45b7d615
2 #pragma ident   "%Z%%M% %I%     %E% SMI"
4 #define DoNormalLib     YES
5 #define DoSharedLib     NO
6 #define DoDebugLib      NO
7 #define DoProfileLib    NO
8 #define LibName         tptregexp
9 #define LibHeaders      NO
10 #define LibInstall      NO
12 SRCS = regexp.c regsub.c regerror.c
13 OBJS = regexp.o regsub.o regerror.o
15 INCLUDES = -I.
17 #include <Library.tmpl>
19 DependTarget()