mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
12 lines
241 B
Makefile
12 lines
241 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 4/17/94
|
|
# $FreeBSD$
|
|
|
|
PROG= compress
|
|
SRCS= compress.c zopen.c
|
|
LINKS= ${BINDIR}/compress ${BINDIR}/uncompress
|
|
MLINKS= compress.1 uncompress.1
|
|
|
|
# XXX zopen is not part of libc
|
|
# MAN=zopen.3
|
|
|
|
.include <bsd.prog.mk>
|