freebsd-dev/sbin/mount_unionfs/Makefile

12 lines
213 B
Makefile
Raw Normal View History

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