1994-05-26 06:35:07 +00:00
|
|
|
# @(#)Makefile 8.2 (Berkeley) 4/17/94
|
2001-03-20 18:13:31 +00:00
|
|
|
# $FreeBSD$
|
1994-05-26 06:35:07 +00:00
|
|
|
|
|
|
|
PROG= savecore
|
|
|
|
SRCS= savecore.c zopen.c
|
2001-03-26 14:33:27 +00:00
|
|
|
MAN= savecore.8
|
1996-08-20 20:49:39 +00:00
|
|
|
|
|
|
|
ZOPENPATH= ${.CURDIR}/../../usr.bin/compress
|
|
|
|
.PATH: ${ZOPENPATH}
|
|
|
|
CFLAGS+= -I${ZOPENPATH}
|
1994-05-26 06:35:07 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|