Get out-of-band DMA buffers working for user<->user syslinks. This
[dragonfly/vkernel-mp.git] / sbin / mount_ext2fs / Makefile
blob8adca60674542c1dab6d10ceca52cb7bca66d417
1 # @(#)Makefile 8.3 (Berkeley) 3/27/94
2 # $FreeBSD: src/sbin/mount_ext2fs/Makefile,v 1.3.6.1 2001/04/25 10:58:34 ru Exp $
3 # $DragonFly: src/sbin/mount_ext2fs/Makefile,v 1.4 2006/10/17 02:55:42 pavalos Exp $
5 PROG= mount_ext2fs
6 SRCS= mount_ext2fs.c getmntopts.c
7 MAN= mount_ext2fs.8
9 MOUNT= ${.CURDIR}/../mount
10 CFLAGS+= -I${MOUNT}
11 .PATH: ${MOUNT}
13 .include <bsd.prog.mk>