1994-09-20 09:13:39 +02:00
|
|
|
#
|
|
|
|
# ----------------------------------------------------------------------------
|
|
|
|
# "THE BEER-WARE LICENSE" (Revision 42):
|
|
|
|
# <phk@login.dkuug.dk> wrote this file. As long as you retain this notice you
|
|
|
|
# can do whatever you want with this stuff. If we meet some day, and you think
|
|
|
|
# this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
|
|
|
|
# ----------------------------------------------------------------------------
|
|
|
|
#
|
1994-10-24 21:09:39 +01:00
|
|
|
# $Id: Makefile,v 1.5 1994/09/22 02:49:22 phk Exp $
|
1994-09-20 09:13:39 +02:00
|
|
|
#
|
|
|
|
PROG= ctm_scan
|
|
|
|
LDADD+= -lmd
|
1994-10-24 21:09:39 +01:00
|
|
|
DPADD+= ${LIBMD}
|
1994-09-20 09:13:39 +02:00
|
|
|
NOMAN= 1
|
|
|
|
CFLAGS+= -Wall
|
1994-10-24 21:09:39 +01:00
|
|
|
|
|
|
|
.include "../../Makefile.inc"
|
1994-09-19 09:32:24 +02:00
|
|
|
.include <bsd.prog.mk>
|