6127186d3c
Pointed out by: Philippe Charnier <charnier@lirmm.fr>
12 lines
210 B
Makefile
12 lines
210 B
Makefile
# @(#)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>
|