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