freebsd-dev/gnu/usr.bin/cvs/lib/Makefile
1997-02-22 15:48:31 +00:00

27 lines
410 B
Makefile

# $Id$
.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 \
sighandle.c strippath.c stripslash.c \
xgetwd.c yesno.c
CLEANFILES+= getdate.c y.tab.h
install:
@echo -n
.include <bsd.lib.mk>