Add KTR_TESTLOG and debug.ktr.testlogcnt, which issues three ktrlog() calls
[dragonfly.git] / sbin / mount_null / Makefile
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.3 2005/04/02 22:00:18 dillon Exp $
4
5 WARNS?= 6
6 PROG=   mount_null
7 SRCS=   mount_null.c getmntopts.c
8 MAN=    mount_null.8
9
10 MOUNT=  ${.CURDIR}/../mount
11 CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
12 .PATH:  ${MOUNT}
13
14 .include <bsd.prog.mk>