freebsd-dev/sbin/mount_unionfs/Makefile
2001-03-20 18:13:31 +00:00

12 lines
213 B
Makefile

# @(#)Makefile 8.3 (Berkeley) 3/27/94
# $FreeBSD$
PROG= mount_union
SRCS= mount_union.c getmntopts.c
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>