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