Initial import from FreeBSD RELENG_4:
[dragonfly.git] / usr.sbin / ctm / ctm / Makefile
1 #
2 # ----------------------------------------------------------------------------
3 # "THE BEER-WARE LICENSE" (Revision 42):
4 # <phk@login.dknet.dk> wrote this file.  As long as you retain this notice you
5 # can do whatever you want with this stuff. If we meet some day, and you think
6 # this stuff is worth it, you can buy me a beer in return.   Poul-Henning Kamp
7 # ----------------------------------------------------------------------------
8 #
9 # $FreeBSD: src/usr.sbin/ctm/ctm/Makefile,v 1.13.2.1 2001/04/25 12:09:24 ru Exp $
10 #
11
12 PROG=           ctm
13 NOTYET=         ctm_ed.c
14 SRCS=           ctm.c ctm_input.c ctm_pass1.c ctm_pass2.c ctm_pass3.c \
15                 ctm_passb.c ctm_syntax.c ctm_ed.c
16 LDADD+=         -lmd
17 DPADD+=         ${LIBMD}
18 MAN=            ctm.1 ctm.5
19 CFLAGS+=        -Wall
20
21 .if exists(${.CURDIR}/../../Makefile.inc)
22 .include "${.CURDIR}/../../Makefile.inc"
23 .endif
24 .include <bsd.prog.mk>