edc4f96e24
- reimplement -z - use syslog() - improve consistancy of messages - allow -f to recover cleared dumps - return bufsize to 1024 * 1024 - return the ability to write sparse files - update man page - fix minfree to require 2k for info file instead of the kernel size - include Berkeley copyright too due to amount of old code copied Submitted by: Chad David <davidc@acns.ab.ca>
9 lines
119 B
Makefile
9 lines
119 B
Makefile
# $FreeBSD$
|
|
PROG= savecore
|
|
WARNS= 4
|
|
MAN8= savecore.8
|
|
DPADD+= ${LIBZ}
|
|
LDADD+= -lz
|
|
|
|
.include <bsd.prog.mk>
|