1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/usr.bin/minigzip/Makefile
1997-12-13 15:57:55 +00:00

9 lines
160 B
Makefile

# $Id: Makefile,v 1.1.1.1 1997/12/13 09:57:48 msmith Exp $
PROG= minigzip
LDADD+= -lz
DPADD+= ${LIBZ}
.PATH: ${.CURDIR}/../../lib/libz
.include <bsd.prog.mk>