head	1.2;
access;
symbols
	netbsd-11-0-RC4:1.2
	netbsd-11-0-RC3:1.2
	netbsd-11-0-RC2:1.2
	netbsd-11-0-RC1:1.2
	perseant-exfatfs-base-20250801:1.2
	netbsd-11:1.2.0.6
	netbsd-11-base:1.2
	netbsd-10-1-RELEASE:1.2
	perseant-exfatfs-base-20240630:1.2
	perseant-exfatfs:1.2.0.4
	perseant-exfatfs-base:1.2
	netbsd-10-0-RELEASE:1.2
	netbsd-10-0-RC6:1.2
	netbsd-10-0-RC5:1.2
	netbsd-10-0-RC4:1.2
	netbsd-10-0-RC3:1.2
	netbsd-10-0-RC2:1.2
	netbsd-10-0-RC1:1.2
	netbsd-10:1.2.0.2
	netbsd-10-base:1.2;
locks; strict;
comment	@# @;


1.2
date	2022.07.14.07.41.49;	author mrg;	state Exp;
branches;
next	1.1;
commitid	hcSperNYSErAOPLD;

1.1
date	2022.07.14.03.48.34;	author mrg;	state Exp;
branches;
next	;
commitid	XoshbuFaOZ5swOLD;


desc
@@


1.2
log
@build and install libxcvt, and it's cvt(1).
@
text
@#	$NetBSD: Makefile,v 1.1 2022/07/14 03:48:34 mrg Exp $

.include <bsd.own.mk>

PROG=	cvt
SRCS=	cvt.c

LDADD+=	-lxcvt -lm
DPADD+=	${LIBXCVT} ${LIBM} 

.PATH:	${X11SRCDIR.xcvt}/cvt
.PATH:	${X11SRCDIR.xcvt}/man

.include <bsd.x11.mk>
.include <bsd.prog.mk>
@


1.1
log
@build framework for libxcvt (needed for xorg-server 21.x).

doesn't work quite yet.  lib/libxcvt can't find sources for
some odd reason.
@
text
@d1 1
a1 1
#	$NetBSD$
d8 2
a9 2
LDADD+=	-llxcvt
DPADD+=	${LIBXCVT}
@

