Remove tm.h and xm.h handling, as it wasn't used. Use nm.h only when needed.
[dragonfly.git] / sbin / mount_null / Makefile
blob7b9cd1860fff342ede5b830b82c4941e882dbcf4
1 # @(#)Makefile 8.3 (Berkeley) 3/27/94
2 # $FreeBSD: src/sbin/mount_null/Makefile,v 1.5.6.1 2001/04/25 10:58:38 ru Exp $
3 # $DragonFly: src/sbin/mount_null/Makefile,v 1.4 2006/10/17 00:55:42 pavalos Exp $
5 PROG= mount_null
6 SRCS= mount_null.c getmntopts.c
7 MAN= mount_null.8
9 MOUNT= ${.CURDIR}/../mount
10 CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
11 .PATH: ${MOUNT}
13 .include <bsd.prog.mk>