Merge from vendor branch NTPD:
[dragonfly.git] / sbin / disklabel / Makefile
1 #       @(#)Makefile    8.2 (Berkeley) 3/17/94
2 # $FreeBSD: src/sbin/disklabel/Makefile,v 1.3.14.3 2001/04/25 10:58:15 ru Exp $
3 # $DragonFly: src/sbin/disklabel/Makefile,v 1.2 2003/06/17 04:27:32 dillon Exp $
4
5 PROG=   disklabel
6 SRCS=   disklabel.c
7 MAN=    disklabel.5 disklabel.8
8
9 .if ${MACHINE} == "pc98"
10 CFLAGS+= -DPC98
11 .endif
12
13 .include <bsd.prog.mk>