1 1.23 thorpej # $NetBSD: Makefile,v 1.23 1998/02/19 23:43:37 thorpej Exp $ 2 1.8 cgd # @(#)Makefile 8.2 (Berkeley) 4/17/94 3 1.1 cgd 4 1.1 cgd PROG= savecore 5 1.23 thorpej SRCS= savecore.c zopen.c 6 1.23 thorpej 7 1.23 thorpej MAN= savecore.8 8 1.10 gwr 9 1.10 gwr LDADD= -lkvm 10 1.10 gwr DPADD= ${LIBKVM} 11 1.20 gwr .PATH: ${.CURDIR}/../../usr.bin/compress 12 1.1 cgd 13 1.1 cgd .include <bsd.prog.mk> 14