1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/usr.bin/unzip/Makefile
Baptiste Daroussin 3e11bd9e2a Convert to usr.bin/ to LIBADD
Reduce overlinking
2014-11-25 14:29:10 +00:00

8 lines
77 B
Makefile

# $FreeBSD$
PROG = unzip
CSTD = c99
LIBADD= archive
.include <bsd.prog.mk>