mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
15 lines
231 B
Makefile
15 lines
231 B
Makefile
# $NetBSD: Makefile,v 1.1 1999/11/23 05:28:20 mrg Exp $
|
|
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
PROG= rcorder
|
|
SRCS= ealloc.c hash.c rcorder.c
|
|
MAN= rcorder.8
|
|
|
|
LIBADD= util
|
|
|
|
CFLAGS+= -DORDER
|
|
|
|
#CFLAGS+= -DDEBUG
|
|
|
|
.include <bsd.prog.mk>
|