freebsd-dev/sbin/mount_udf/Makefile

13 lines
203 B
Makefile
Raw Normal View History

2002-04-14 16:52:14 +00:00
# $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
2002-04-14 16:52:14 +00:00
.include <bsd.prog.mk>