freebsd-dev/sbin/mount_reiserfs/Makefile
2005-11-13 01:47:04 +00:00

15 lines
271 B
Makefile

# $FreeBSD$
PROG = mount_reiserfs
SRCS = mount_reiserfs.c getmntopts.c
MAN = mount_reiserfs.8
# mount_reiserfs needs mntopts.h and getmntopts.c from src/sbin/mount/
MOUNT ?= ${.CURDIR}/../mount
CFLAGS += -I${MOUNT}
WARNS ?= 6
.PATH: ${MOUNT}
.include <bsd.prog.mk>