freebsd-dev/sbin/rcorder/Makefile
Ruslan Ermilov 106d839190 Switch the default WARNS level for sbin/ to 6.
Submitted by:	Ulrich Spörlein
2009-10-19 16:00:24 +00:00

21 lines
353 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
LDADD= -lutil
DPADD= ${LIBUTIL}
# XXX hack for make's hash.[ch]
CFLAGS+= -DORDER -I.
SRCS+= util.h
CLEANFILES+= util.h
util.h:
ln -sf ${.CURDIR}/../../lib/libutil/libutil.h ${.TARGET}
.include <bsd.prog.mk>