diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-05 15:04:13 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-05 15:04:13 +0000 |
commit | f7c07bb0b0d2231e868b94a0c6258ee4a959a7e4 (patch) | |
tree | d0fd9896d107e91fca0b0a8635b2f8eafee5b94c /lang/ici/Makefile | |
parent | More spaces -> tabs for the games category. (diff) |
Some style fixes in the lang category (usual round of spaces -> tabs)
Diffstat (limited to 'lang/ici/Makefile')
-rw-r--r-- | lang/ici/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ici/Makefile b/lang/ici/Makefile index bd5056609086..c840c3652c67 100644 --- a/lang/ici/Makefile +++ b/lang/ici/Makefile @@ -18,14 +18,14 @@ MAKEFILE= Makefile.bsd MAN1= ici.1 MANCOMPRESSED= yes -ICIHDRS= alloc.h array.h buf.h catch.h conf-bsd.h exec.h file.h float.h \ +ICIHDRS= alloc.h array.h buf.h catch.h conf-bsd.h exec.h file.h float.h \ forall.h func.h fwd.h int.h mark.h mem.h null.h object.h op.h \ parse.h pc.h primes.h ptr.h re.h set.h skt.h src.h str.h struct.h \ trace.h win.h wrap.h -ICIPCREHDRS= pcre/internal.h pcre/pcre.h +ICIPCREHDRS= pcre/internal.h pcre/pcre.h -ICIDOCS= doc/ici-a4.ps doc/ici-ltr.ps doc/ici.txt doc/ici.pdf +ICIDOCS= doc/ici-a4.ps doc/ici-ltr.ps doc/ici.txt doc/ici.pdf do-install: cd ${WRKSRC} && ${MAKE} -f ${MAKEFILE} libici.a |