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>