freebsd-skq/usr.bin/mkuzip/Makefile
ru 73e2ab9fdb Normalize the makefile.
Reviewed by:	sobomax
2004-09-11 18:38:26 +00:00

12 lines
103 B
Makefile

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