]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/rcorder/Makefile
Remove old ioctl use and support, once and for all.
[FreeBSD/FreeBSD.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 LIBADD= util
9
10 # XXX hack for make's hash.[ch]
11 CFLAGS+= -DORDER -I.
12
13 SRCS+=  util.h
14 CLEANFILES+=    util.h
15
16 util.h:
17         ln -sf ${.CURDIR}/../../lib/libutil/libutil.h ${.TARGET}
18
19 .include <bsd.prog.mk>