Home | History | Annotate | Line # | Download | only in savecore
Makefile revision 1.8
      1 #	$NetBSD: Makefile,v 1.8 1995/03/18 15:00:59 cgd Exp $
      2 #	@(#)Makefile	8.2 (Berkeley) 4/17/94
      3 
      4 PROG=	savecore
      5 SRCS=	savecore.c zopen.c
      6 MAN=	savecore.8
      7 .PATH:	${.CURDIR}/../../usr.bin/compress
      8 
      9 .include <bsd.prog.mk>
     10