Add support for the Intel 82562ET/EZ/GT/GZ (ICH6/ICH6R) Pro/100 VE Ethernet.
[dragonfly.git] / games / bs / Makefile
1 # $FreeBSD: src/games/bs/Makefile,v 1.5.2.1 2001/04/25 09:28:49 ru Exp $
2 # $DragonFly: src/games/bs/Makefile,v 1.2 2003/06/17 04:25:23 dillon Exp $
3
4 PROG=   bs
5 MAN=   bs.6
6 DPADD=  ${LIBNCURSES} ${LIBMYTINFO}
7 LDADD=  -lncurses -lmytinfo
8 HIDEGAME=hidegame
9
10 .include <bsd.prog.mk>