fdisk - Use heads = 255 on file images
[dragonfly.git] / usr.sbin / ypbind / Makefile
blob9b1b27673ff94ba82e4f879917ed645b89f1e327
1 # from: @(#)Makefile 5.8 (Berkeley) 7/28/90
2 # $FreeBSD: src/usr.sbin/ypbind/Makefile,v 1.6.2.1 2001/04/25 12:11:13 ru Exp $
3 # $DragonFly: src/usr.sbin/ypbind/Makefile,v 1.2 2003/06/17 04:30:04 dillon Exp $
5 SRCS= ypbind.c yp_ping.c
6 PROG= ypbind
7 MAN= ypbind.8
8 CFLAGS+=-DDAEMON
9 WARNS?= 2
11 .include <bsd.prog.mk>