head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2008.10.05.12.30.44;	author hrs;	state Exp;
branches;
next	;


desc
@@


1.1
log
@- Fix NOPORTEXAMPLES=yes case.
- Add WITH_IPV6 option.
@
text
@--- Makefile.orig	2008-10-05 21:20:36.000000000 +0900
+++ Makefile	2008-10-05 21:22:33.000000000 +0900
@@@@ -8,7 +8,8 @@@@
 
 PROG		 = spegla
 SRCS		 = jftp.c parserow.c spegla.c tgetopt.c container.c spf_util.c	\
-			   que_syms.c e_err.c
+			   que_syms.c e_err.c \
+			   regcomp.c regerror.c regexec.c regfree.c
 .if !(defined(HAVE_STRLCPY) && ${HAVE_STRLCPY} == "yes")
 SRCS		+= strlcpy.c
 CPPFLAGS	+= -DNO_STRLCPY
@@@@ -16,14 +17,6 @@@@
 
 MAN			 = spegla.1
 
-FILES		 = spegla.sh spegla.conf
-FILESDIR	 = ${PREFIX}/share/examples/spegla
-
-filesinstall:: ${PREFIX}/share/examples/spegla
-
-${PREFIX}/share/examples/spegla: 
-	mkdir -p ${PREFIX}/share/examples/spegla
-
 #WARNS		 = 2
 CFLAGS		+= -Wall 
 LDADD		+= -lcompat
@@@@ -73,3 +66,4 @@@@
 	cp ${.CURDIR}/../tgetopt/tgetopt.c tgetopt.c
 .endif
 
+.PATH:	${.CURDIR}/regex
@
