summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/lib/Makefile
blob: ba6db87a4ff70b3ead6347adfd9aee3d71a8353f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $FreeBSD$

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

.PATH:	${CVSDIR}/src
.PATH:	${CVSDIR}/lib
.PATH:	${CVSDIR}/man

LIB=		cvs

NOPROFILE=	yes
NOPIC=		yes

CFLAGS+= -I${.CURDIR} -I${CVSDIR}/src -DHAVE_CONFIG_H
YFLAGS=

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

install:
	@echo -n

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud