Fix a long-standing bug in protocol 2 operation. The client will top sending
[dragonfly.git] / usr.sbin / prebind / Makefile
1 # $DragonFly: src/usr.sbin/prebind/Attic/Makefile,v 1.1 2003/09/18 21:23:06 dillon Exp $
2
3 PROG=   prebind
4 SRCS=   prebind.c
5 WARNS?= 5
6 MAN=    prebind.8
7
8 .include <bsd.prog.mk>