NetBSD/sbin/rcorder/Makefile
lukem d348d3d723 tweaks for fparseln(3) move from libutil to libc:
- remove #include <util.h> if nothing else needed it
- remove LDFLAGS+=-lutil if nothing else needed it
2002-11-30 03:10:53 +00:00

10 lines
165 B
Makefile

# $NetBSD: Makefile,v 1.4 2002/11/30 03:10:54 lukem Exp $
PROG= rcorder
SRCS= ealloc.c hash.c rcorder.c
MAN= rcorder.8
WARNS?= 3
.include <bsd.prog.mk>