Sync usage with man page.
[netbsd-mini2440.git] / external / gpl2 / xcvs / lib / libcvs / Makefile
blobbf53bfbf94da4a2f3972640bb43b52d8365c9f32
1 # $NetBSD: Makefile,v 1.7 2009/10/19 01:24:19 christos Exp $
3 LIBISPRIVATE= yes
5 .include "${.CURDIR}/../../Makefile.inc"
7 LIB= cvs
9 DIST= ${IDIST}/lib
10 .PATH: ${DIST}
11 CPPFLAGS+=-I${DIST}
12 .y.c .y.h:
13 @true
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
23 getdate.c: getdate.y
25 .include <bsd.lib.mk>