Add a dire warning about PCI_ENABLE_IO_MODES.
[dragonfly.git] / usr.sbin / makewhatis / Makefile
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.1 2004/03/25 18:05:48 joerg Exp $
3
4 PROG=           makewhatis
5 DPADD=          ${LIBZ}
6 LDADD=          -lz
7 MAN=            makewhatis.8
8
9 .include <bsd.prog.mk>