nrelease - fix/improve livecd
[dragonfly.git] / sbin / disklabel64 / 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
4 PROG=   disklabel64
5 SRCS=   disklabel64.c crc32.c
6 MAN=    disklabel64.5 disklabel64.8
7
8 LINKS=  ${BINDIR}/disklabel64 ${BINDIR}/disklabel
9 MLINKS+= disklabel64.8 disklabel.8
10 MLINKS+= disklabel64.5 disklabel.5
11
12 NO_WARRAY_BOUNDS=
13
14 .include <bsd.prog.mk>