10 lines
223 B
Makefile
10 lines
223 B
Makefile
# from: @(#)Makefile 8.2 (Berkeley) 4/17/94
|
|
# $Id: Makefile,v 1.6 1994/06/11 08:01:15 mycroft Exp $
|
|
|
|
PROG= savecore
|
|
SRCS= savecore.c zopen.c
|
|
MAN8= savecore.0
|
|
.PATH: ${.CURDIR}/../../usr.bin/compress
|
|
|
|
.include <bsd.prog.mk>
|