mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
6127186d3c
Pointed out by: Philippe Charnier <charnier@lirmm.fr>
11 lines
210 B
Makefile
11 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>
|