NetBSD/libexec/makewhatis/Makefile

10 lines
152 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 2001/11/29 23:50:12 thorpej Exp $
PROG= makewhatis
LDADD= -lz
MAN= ${PROG}.8
.ifndef HOSTPROG
.include <bsd.prog.mk>
.endif