8 lines
80 B
Makefile
8 lines
80 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= makewhatis
|
|
DPADD= ${LIBZ}
|
|
LDADD= -lz
|
|
|
|
.include <bsd.prog.mk>
|