summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/libcvs/Makefile
blob: 348e13af6bf763b93dafa4364b2e7075e7070b78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#	$NetBSD: Makefile,v 1.4 2001/12/12 12:24:19 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>