984263bc MD |
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 | |
4 | PROG= disklabel |
5 | SRCS= disklabel.c |
6 | MAN= disklabel.5 disklabel.8 |
7 | |
8 | .if ${MACHINE} == "pc98" |
9 | CFLAGS+= -DPC98 |
10 | .endif |
11 | |
12 | .include <bsd.prog.mk> |