1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00
freebsd/sbin/savecore/Makefile
2001-03-26 14:33:27 +00:00

13 lines
221 B
Makefile

# @(#)Makefile 8.2 (Berkeley) 4/17/94
# $FreeBSD$
PROG= savecore
SRCS= savecore.c zopen.c
MAN= savecore.8
ZOPENPATH= ${.CURDIR}/../../usr.bin/compress
.PATH: ${ZOPENPATH}
CFLAGS+= -I${ZOPENPATH}
.include <bsd.prog.mk>