freebsd-skq/sbin/rcorder/Makefile
ngie a0cd5317f2 Fix building rcorder with -DDEBUG by using libutil.h instead of util.h from
usr.bin/make

MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
2015-01-25 03:08:21 +00:00

15 lines
215 B
Makefile

# $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
LIBADD= util
CFLAGS+= -DORDER
#CFLAGS+= -DDEBUG
.include <bsd.prog.mk>