1 1.11 joerg # $NetBSD: Makefile,v 1.11 2012/04/04 10:59:44 joerg 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.7 christos fd-safer.c getdate.c gettime.c md5.c \ 16 1.5 christos 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.11 joerg CWARNFLAGS.clang+= -Wno-string-plus-int 22 1.11 joerg 23 1.1 christos .include <bsd.lib.mk> 24 1.9 christos # bsd.lib.mk includes bsd.sys.mk which defines the suffix rules, so we 25 1.10 pgoyette # need to override after. 26 1.9 christos .y.c .y.h: 27 1.9 christos @true 28