7d4eb6135b
Move to WARNS=1.
13 lines
203 B
Makefile
13 lines
203 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= mount_udf
|
|
SRCS= mount_udf.c getmntopts.c
|
|
MAN= mount_udf.8
|
|
|
|
MOUNT= ${.CURDIR}/../mount
|
|
CFLAGS+= -I${MOUNT} -I${.CURDIR}/../../sys -Wall
|
|
.PATH: ${MOUNT}
|
|
WARNS= 1
|
|
|
|
.include <bsd.prog.mk>
|