]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/disklabel/Makefile
Serial + Parallel + Ethernet + NFS section translation
[FreeBSD/FreeBSD.git] / sbin / disklabel / Makefile
1 #       @(#)Makefile    8.2 (Berkeley) 3/17/94
2 # $FreeBSD$
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>