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