2001-06-16 07:16:14 +00:00
|
|
|
# $NetBSD: Makefile,v 1.1 1999/11/23 05:28:20 mrg Exp $
|
2002-06-13 17:09:30 +00:00
|
|
|
# $FreeBSD$
|
2001-06-16 07:16:14 +00:00
|
|
|
|
|
|
|
PROG= rcorder
|
|
|
|
SRCS= ealloc.c hash.c rcorder.c
|
|
|
|
MAN= rcorder.8
|
|
|
|
|
|
|
|
LDADD+= -lutil
|
|
|
|
DPADD+= ${LIBUTIL}
|
|
|
|
|
2002-06-13 17:09:30 +00:00
|
|
|
WARNS= 0
|
2001-06-16 07:16:14 +00:00
|
|
|
# XXX hack for make's hash.[ch]
|
2002-06-21 15:52:05 +00:00
|
|
|
CFLAGS+= -DORDER -I.
|
2002-06-13 17:09:30 +00:00
|
|
|
|
|
|
|
SRCS+= util.h
|
|
|
|
CLEANFILES+= util.h
|
|
|
|
|
|
|
|
util.h:
|
|
|
|
ln -sf ${.CURDIR}/../../lib/libutil/libutil.h ${.TARGET}
|
2001-06-16 07:16:14 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|