freebsd-dev/sbin/rcorder/Makefile
David E. O'Brien 9d62501fd8 Import the NetBSD 1.5 RC system.
Note that `rc' and `rc.shutdown' could not be imported because we already
have files with those names.
2001-06-16 07:16:14 +00:00

14 lines
239 B
Makefile

# $NetBSD: Makefile,v 1.1 1999/11/23 05:28:20 mrg Exp $
PROG= rcorder
SRCS= ealloc.c hash.c rcorder.c
MAN= rcorder.8
LDADD+= -lutil
DPADD+= ${LIBUTIL}
# XXX hack for make's hash.[ch]
CPPFLAGS+= -DORDER
.include <bsd.prog.mk>