MFC: Fix a panic on boot that can occur if you hit keys on the keyboard
[dragonfly.git] / sbin / mount_ntfs / Makefile
blobd7069432319f6f867e6ba69ae73ab3de3fa3f0ac
2 # $FreeBSD: src/sbin/mount_ntfs/Makefile,v 1.2.2.2 2001/10/12 22:08:43 semenu Exp $
3 # $DragonFly: src/sbin/mount_ntfs/Makefile,v 1.4 2006/10/17 00:55:42 pavalos Exp $
6 PROG= mount_ntfs
7 SRCS= mount_ntfs.c getmntopts.c
8 MAN= mount_ntfs.8
9 DPADD= ${LIBUTIL}
10 LDADD= -lutil
12 MOUNT= ${.CURDIR}/../mount
13 CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
14 .PATH: ${MOUNT}
16 .include <bsd.prog.mk>