]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/sbin/mount_umapfs/Makefile
merge fix for boot-time hang on centos' xen
[FreeBSD/FreeBSD.git] / 6 / sbin / mount_umapfs / Makefile
1 #       @(#)Makefile    8.3 (Berkeley) 3/27/94
2 # $FreeBSD$
3
4 PROG=   mount_umapfs
5 SRCS=   mount_umapfs.c getmntopts.c
6 MAN=    mount_umapfs.8
7
8 MOUNT=  ${.CURDIR}/../mount
9 CFLAGS+=-I${MOUNT}
10 WARNS?= 0
11
12 .PATH:  ${MOUNT}
13
14 .include <bsd.prog.mk>