8 lines
157 B
Makefile
8 lines
157 B
Makefile
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.4 1993/08/01 00:57:02 mycroft Exp $
|
|
|
|
PROG= savecore
|
|
MAN8= savecore.0
|
|
|
|
.include <bsd.prog.mk>
|