freebsd-dev/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>