[Midnightbsd-cvs] src: src/usr.bin: remove csup related files.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Apr 3 01:14:55 EDT 2009


Log Message:
-----------
remove csup related files.

Modified Files:
--------------
    src/usr.bin:
        Makefile (r1.24 -> r1.25)

Removed Files:
-------------
    src/usr.bin/csup:
        Makefile

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/usr.bin/Makefile,v
retrieving revision 1.24
retrieving revision 1.25
diff -L usr.bin/Makefile -L usr.bin/Makefile -u -r1.24 -r1.25
--- usr.bin/Makefile
+++ usr.bin/Makefile
@@ -47,7 +47,6 @@
 	compress \
 	cpio \
 	csplit \
-	${_csup} \
 	ctags \
 	cut \
 	dc \
@@ -270,9 +269,6 @@
 .if ${MK_OPENSSL} != "no"
 _chkey=		chkey
 _newkey=	newkey
-.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no"
-_csup=		csup
-.endif
 .endif
 
 .if ${MK_HESIOD} != "no"
--- usr.bin/csup/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# $FreeBSD: src/usr.bin/csup/Makefile,v 1.3.2.1 2006/05/15 13:47:39 mux Exp $
-# $MidnightBSD: src/usr.bin/csup/Makefile,v 1.1 2006/12/27 01:30:02 laffer1 Exp $
-
-.PATH: ${.CURDIR}/../../contrib/csup
-
-PROG=	csup
-SRCS=	attrstack.c \
-	config.c \
-	detailer.c \
-	diff.c \
-	fattr.c \
-	fixups.c \
-	fnmatch.c \
-	globtree.c \
-	idcache.c \
-	keyword.c \
-	lister.c \
-	main.c \
-	misc.c \
-	mux.c \
-	parse.y \
-	pathcomp.c \
-	proto.c \
-	status.c \
-	stream.c \
-	threads.c \
-	token.l \
-	updater.c
-
-CFLAGS+= -I. -I${.CURDIR}/../../contrib/csup
-CFLAGS+= -DHAVE_FFLAGS -DNDEBUG
-WARNS?=	6
-
-DPADD=	${LIBCRYPTO} ${LIBZ} ${LIBPTHREAD}
-LDADD=	-lcrypto -lz -lpthread
-
-.include <bsd.prog.mk>


More information about the Midnightbsd-cvs mailing list