1 # $NetBSD: Makefile,v 1.8 2009/10/29 02:36:48 christos Exp $ 2 3 LIBISPRIVATE= yes 4 5 .include "${.CURDIR}/../../Makefile.inc" 6 7 LIB= cvs 8 9 DIST= ${IDIST}/lib 10 .PATH: ${DIST} 11 CPPFLAGS+=-I${DIST} 12 .y.c .y.h: 13 @true 14 15 SRCS= __fpending.c asnprintf.c basename.c canon-host.c canonicalize.c \ 16 chdir-long.c closeout.c cycle-check.c dirname.c dup-safer.c exitfail.c \ 17 fd-safer.c getdate.c gettime.c md5.c \ 18 openat.c pagealign_alloc.c printf-args.c printf-parse.c \ 19 quotearg.c regex.c rpmatch.c save-cwd.c sighandle.c strftime.c \ 20 stripslash.c vasnprintf.c xalloc-die.c xgetcwd.c xgethostname.c \ 21 xmalloc.c xreadlink.c yesno.c 22 23 getdate.c: getdate.y 24 25 .include <bsd.lib.mk> 26