head	1.2;
access;
symbols
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2008.10.05.12.30.44;	author hrs;	state dead;
branches;
next	1.1;

1.1
date	2000.07.05.19.44.04;	author jkh;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Fix NOPORTEXAMPLES=yes case.
- Add WITH_IPV6 option.
@
text
@--- Makefile.dist	Sat May 27 22:50:20 2000
+++ Makefile	Thu Jun 29 20:06:23 2000
@@@@ -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
@


1.1
log
@Fix the skip directive.

Submitted by:	Makoto MATSUSHITA <matusita@@jp.freebsd.org>
@
text
@@

