Home | History | Annotate | Line # | Download | only in savecore
Makefile revision 1.6
      1 #	from: @(#)Makefile	8.2 (Berkeley) 4/17/94
      2 #	$Id: Makefile,v 1.6 1994/06/11 08:01:15 mycroft Exp $
      3 
      4 PROG=	savecore
      5 SRCS=	savecore.c zopen.c
      6 MAN8=	savecore.0
      7 .PATH:	${.CURDIR}/../../usr.bin/compress
      8 
      9 .include <bsd.prog.mk>
     10