bf7bec3366
the submitter supplied them, as I did some WARNS=n fixups (mostly const-ification). Submitted by: John Rochester <john@jrochester.org>
9 lines
83 B
Makefile
9 lines
83 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= makewhatis
|
|
|
|
DPADD+= ${LIBZ}
|
|
LDADD+= -lz
|
|
|
|
.include <bsd.prog.mk>
|