1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-04 17:15:50 +00:00

12 lines
103 B
Makefile
Raw Normal View History

# $FreeBSD$
PROG= mkuzip
MAN= mkunzip.8
DPADD= ${LIBZ}
LDADD= -lz
WARNS?= 4
.include <bsd.prog.mk>