aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/lib/Makefile
blob: 7331d0435670d33c13e182f27dadbe2c7f8dc85b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$Id: Makefile,v 1.8.6.1 1996/02/23 12:18:37 peter Exp $

LIB = cvs
NOPROFILE= yes
CFLAGS += -I${.CURDIR} -I${.CURDIR}/../cvs -DHAVE_CONFIG_H
SRCS =	argmatch.c error.c filesubr.c getdate.y getline.c \
	getopt.c getopt1.c hash.c myndbm.c run.c save-cwd.c \
	sighandle.c strippath.c stripslash.c subr.c version.c \
	xgetwd.c yesno.c

CLEANFILES+= getdate.c y.tab.h

install:
	@echo -n

.include <bsd.lib.mk>