summaryrefslogtreecommitdiffstats
path: root/sbin/savecore/Makefile
blob: 33b2dbe2e335cad81d124ff8ad5fcd495de67d44 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	@(#)Makefile	8.2 (Berkeley) 4/17/94

PROG=	savecore
SRCS=	savecore.c zopen.c
MAN8=	savecore.8

ZOPENPATH= ${.CURDIR}/../../usr.bin/compress
.PATH:	${ZOPENPATH}
CFLAGS+= -I${ZOPENPATH}

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud