summaryrefslogtreecommitdiffstats
path: root/sbin/savecore/Makefile
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-08-20 20:49:39 +0000
committerwosch <wosch@FreeBSD.org>1996-08-20 20:49:39 +0000
commitb72054ac4e84a412bb420ad1210784d47430ab57 (patch)
tree218f9a68e87a236e31881c6a92e36335c0abcbd7 /sbin/savecore/Makefile
parent614886b14345b7c5cac15a687107d6911b2467d7 (diff)
downloadFreeBSD-src-b72054ac4e84a412bb420ad1210784d47430ab57.zip
FreeBSD-src-b72054ac4e84a412bb420ad1210784d47430ab57.tar.gz
a header file for zopen.3
Pointed out by: Philippe Charnier <charnier@lirmm.fr>
Diffstat (limited to 'sbin/savecore/Makefile')
-rw-r--r--sbin/savecore/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/savecore/Makefile b/sbin/savecore/Makefile
index 71a17f2..33b2dbe 100644
--- a/sbin/savecore/Makefile
+++ b/sbin/savecore/Makefile
@@ -3,6 +3,9 @@
PROG= savecore
SRCS= savecore.c zopen.c
MAN8= savecore.8
-.PATH: ${.CURDIR}/../../usr.bin/compress
+
+ZOPENPATH= ${.CURDIR}/../../usr.bin/compress
+.PATH: ${ZOPENPATH}
+CFLAGS+= -I${ZOPENPATH}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud