106d839190
Submitted by: Ulrich Spörlein
14 lines
215 B
Makefile
14 lines
215 B
Makefile
# @(#)Makefile 8.3 (Berkeley) 3/27/94
|
|
# $FreeBSD$
|
|
|
|
PROG= mount_unionfs
|
|
SRCS= mount_unionfs.c getmntopts.c
|
|
MAN= mount_unionfs.8
|
|
|
|
MOUNT= ${.CURDIR}/../mount
|
|
CFLAGS+=-I${MOUNT}
|
|
|
|
.PATH: ${MOUNT}
|
|
|
|
.include <bsd.prog.mk>
|