1# from: @(#)Makefile 8.2 (Berkeley) 4/17/94 2# $Id: Makefile,v 1.7 1994/12/22 10:48:48 cgd Exp $ 3 4PROG= savecore 5SRCS= savecore.c zopen.c 6MAN= savecore.8 7.PATH: ${.CURDIR}/../../usr.bin/compress 8 9.include <bsd.prog.mk> 10