Remove tm.h and xm.h handling, as it wasn't used. Use nm.h only when needed.
[dragonfly.git] / sbin / disklabel64 / Makefile
blob8d93b09f7d40e99558a6f240e7bad610c08aa0f1
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/disklabel64/Makefile,v 1.1 2007/06/19 02:53:55 dillon Exp $
5 PROG= disklabel64
6 SRCS= disklabel64.c crc32.c
7 MAN= disklabel64.5 disklabel64.8
9 .include <bsd.prog.mk>