nlookup.9 - document nlookup_init_root
[dragonfly.git] / sbin / mount_ext2fs / Makefile
blobcb47003982a7b97117e19d2f53b7ca88897515ad
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 00: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>