2d68bf45bf
Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
15 lines
216 B
Makefile
15 lines
216 B
Makefile
# @(#)Makefile 8.6 (Berkeley) 5/8/95
|
|
# $FreeBSD$
|
|
|
|
PROG= mount_ifs
|
|
SRCS= mount.c mount_ufs.c getmntopts.c
|
|
NOMAN= noman
|
|
|
|
MOUNT= ${.CURDIR}/../mount
|
|
CFLAGS+= -I${MOUNT}
|
|
WARNS= 0
|
|
|
|
.PATH: ${MOUNT}
|
|
|
|
.include <bsd.prog.mk>
|