1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/usr.bin/makewhatis/Makefile
Ruslan Ermilov 0f91d7050c Style.
2002-05-20 16:42:15 +00:00

8 lines
80 B
Makefile

# $FreeBSD$
PROG= makewhatis
DPADD= ${LIBZ}
LDADD= -lz
.include <bsd.prog.mk>