]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sbin/mount_reiserfs/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sbin / mount_reiserfs / Makefile
1 # $FreeBSD$
2
3 PROG = mount_reiserfs
4 SRCS = mount_reiserfs.c getmntopts.c
5 MAN  = mount_reiserfs.8
6
7 # mount_reiserfs needs mntopts.h and getmntopts.c from src/sbin/mount/
8 MOUNT  ?= ${.CURDIR}/../mount
9 CFLAGS += -I${MOUNT}
10
11 .PATH: ${MOUNT}
12
13 .include <bsd.prog.mk>