Pre-2.0 release: Sync with HAMMER 64 - NFS and cross-device link fixes.
[dragonfly.git] / usr.sbin / makewhatis / Makefile
blob5ab1001ea7ba5f449b205774ab8c84ea65e01e8a
1 # $FreeBSD: src/usr.bin/makewhatis/Makefile,v 1.3 2002/11/18 10:11:22 ru Exp $
2 # $DragonFly: src/usr.sbin/makewhatis/Makefile,v 1.2 2005/01/16 04:59:53 cpressey Exp $
4 PROG= makewhatis
5 WARNS?= 6
6 DPADD= ${LIBZ}
7 LDADD= -lz
8 MAN= makewhatis.8
10 .include <bsd.prog.mk>