freebsd-dev/sbin/rcorder/Makefile
Baptiste Daroussin 13eb765f2d Convert sbin/ to LIBADD
Reduce overlinking
2014-11-25 11:23:12 +00:00

20 lines
334 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
# 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>