2d68bf45bf
Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
15 lines
224 B
Makefile
15 lines
224 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}
|
|
WARNS= 0
|
|
|
|
.PATH: ${MOUNT}
|
|
|
|
.include <bsd.prog.mk>
|