]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sbin/rcorder/Makefile
Update releng/10.2 to RC2 in preparation for the next set of builds.
[FreeBSD/releng/10.2.git] / sbin / rcorder / Makefile
1 #       $NetBSD: Makefile,v 1.1 1999/11/23 05:28:20 mrg Exp $
2 # $FreeBSD$
3
4 PROG=   rcorder
5 SRCS=   ealloc.c hash.c rcorder.c
6 MAN=    rcorder.8
7
8 LDADD=  -lutil
9 DPADD=  ${LIBUTIL}
10
11 CFLAGS+= -DORDER
12
13 #CFLAGS+= -DDEBUG
14
15 .include <bsd.prog.mk>