Makefile revision 1.17
11.17Sscottr# $NetBSD: Makefile,v 1.17 1997/04/23 19:34:34 scottr Exp $ 21.8Scgd# @(#)Makefile 8.2 (Berkeley) 4/17/94 31.1Scgd 41.1ScgdPROG= savecore 51.10Sgwr 61.10Sgwr# XXX Temporary, until other ports use new libkvm 71.15Sthorpej.if (${MACHINE} == "alpha") || \ 81.15Sthorpej (${MACHINE} == "amiga") || \ 91.15Sthorpej (${MACHINE} == "atari") || \ 101.16Sthorpej (${MACHINE} == "hp300") || \ 111.17Sscottr (${MACHINE} == "mac68k") || \ 121.15Sthorpej (${MACHINE} == "pc532") || \ 131.15Sthorpej (${MACHINE} == "powerpc") || \ 141.15Sthorpej (${MACHINE} == "sparc") || \ 151.15Sthorpej (${MACHINE} == "sun3") || \ 161.15Sthorpej (${MACHINE} == "sun3x") 171.9ScgdSRCS= savecore.c 181.10SgwrLDADD= -lkvm 191.10SgwrDPADD= ${LIBKVM} 201.9Scgd.else 211.9ScgdSRCS= savecore_old.c 221.9Scgd.endif 231.9ScgdSRCS+= zopen.c 241.7ScgdMAN= savecore.8 251.5Spk.PATH: ${.CURDIR}/../../usr.bin/compress 261.1Scgd 271.1Scgd.include <bsd.prog.mk> 28