remove unused code
[freebsd-src/fkvm-freebsd.git] / sbin / mount_reiserfs / Makefile
blobbd11a4b8ac64836d04e796dd2371c868b3cc6e65
1 # $FreeBSD$
3 PROG = mount_reiserfs
4 SRCS = mount_reiserfs.c getmntopts.c
5 MAN = mount_reiserfs.8
7 # mount_reiserfs needs mntopts.h and getmntopts.c from src/sbin/mount/
8 MOUNT ?= ${.CURDIR}/../mount
9 CFLAGS += -I${MOUNT}
10 WARNS ?= 6
12 .PATH: ${MOUNT}
14 .include <bsd.prog.mk>