HardenedBSD/gnu/usr.bin/cvs/lib/Makefile

18 lines
404 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.9 1995/12/10 23:09:19 peter Exp $
1993-06-18 07:46:17 +02:00
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
1993-06-18 07:46:17 +02:00
CLEANFILES+= getdate.c y.tab.h
1995-01-23 22:30:18 +01:00
install:
@echo -n
1993-06-18 07:46:17 +02:00
.include <bsd.lib.mk>