summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/libcvs/Makefile
blob: bbb08aa1d6c86fcc1169633f11831125a1d62a28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#	$NetBSD: Makefile,v 1.5 2002/09/19 03:09:34 lukem Exp $

NOLINT=		# defined
NOPIC=		# defined
NOPROFILE=	# defined

.include "${.CURDIR}/../Makefile.inc"

LIB=	cvs

DIST=	${IDIST}/lib
.PATH:	${DIST}

SRCS=	argmatch.c dup2.c getdate.y getline.c getopt.c getopt1.c \
	md5.c regex.c savecwd.c sighandle.c stripslash.c xgetwd.c \
	yesno.c

# only needed during build
libinstall::

.include <bsd.lib.mk>