12926Sphk# ----------------------------------------------------------------------------
22926Sphk# "THE BEER-WARE LICENSE" (Revision 42):
393151Sphk# <phk@FreeBSD.org> wrote this file.  As long as you retain this notice you
42926Sphk# can do whatever you want with this stuff. If we meet some day, and you think
52926Sphk# this stuff is worth it, you can buy me a beer in return.   Poul-Henning Kamp
62926Sphk# ----------------------------------------------------------------------------
72926Sphk#
850479Speter# $FreeBSD$
92886Sphk
10113091SobrienPROG=	ctm
11113091SobrienMAN=	ctm.1 ctm.5
12113091SobrienSRCS=  	ctm.c ctm_input.c ctm_pass1.c ctm_pass2.c ctm_pass3.c \
13113091Sobrien	ctm_passb.c ctm_syntax.c ctm_ed.c
143833Sphk
15113091SobrienNOTYET=	ctm_ed.c
1680029Sobrien
17113091SobrienLDADD=	-lmd
18113091SobrienDPADD=	${LIBMD}
1980029Sobrien
20201390SedWARNS?=	2
21201390Sed
226889Sphk.if exists(${.CURDIR}/../../Makefile.inc)
236889Sphk.include "${.CURDIR}/../../Makefile.inc"
246889Sphk.endif
252886Sphk.include <bsd.prog.mk>
26