summaryrefslogtreecommitdiffstats
path: root/sbin/rcorder/Makefile
blob: 9ae976f7d2d199ea547eb2fe1142bf3ad7b048a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#       $NetBSD: Makefile,v 1.1 1999/11/23 05:28:20 mrg Exp $
# $FreeBSD$

PROG=   rcorder
SRCS=   ealloc.c hash.c rcorder.c
MAN=	rcorder.8

LDADD=	-lutil
DPADD=	${LIBUTIL}

CFLAGS+= -DORDER

#CFLAGS+= -DDEBUG

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud