1994-06-11 11:50:42 +04:00
|
|
|
# from: @(#)Makefile 8.2 (Berkeley) 4/17/94
|
|
|
|
# $Id: Makefile,v 1.6 1994/06/11 08:01:15 mycroft Exp $
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= savecore
|
1994-06-10 17:36:45 +04:00
|
|
|
SRCS= savecore.c zopen.c
|
1993-03-21 12:45:37 +03:00
|
|
|
MAN8= savecore.0
|
1994-06-10 17:36:45 +04:00
|
|
|
.PATH: ${.CURDIR}/../../usr.bin/compress
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|