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

27 lines
446 B
Makefile
Raw Normal View History

1997-05-16 01:00:07 +02:00
# $Id: Makefile,v 1.13 1997/02/22 15:45:20 peter Exp $
.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
SRCS = argmatch.c getdate.y getline.c \
getopt.c getopt1.c savecwd.c \
1997-05-16 01:00:07 +02:00
sighandle.c stripslash.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>