diff options
author | wosch <wosch@FreeBSD.org> | 1996-08-20 20:49:39 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-08-20 20:49:39 +0000 |
commit | b72054ac4e84a412bb420ad1210784d47430ab57 (patch) | |
tree | 218f9a68e87a236e31881c6a92e36335c0abcbd7 /sbin/savecore/Makefile | |
parent | 614886b14345b7c5cac15a687107d6911b2467d7 (diff) | |
download | FreeBSD-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/Makefile | 5 |
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> |