10e180cc49
will be fixed using the new .NOPATH make feature instead.
12 lines
216 B
Makefile
12 lines
216 B
Makefile
# $NetBSD: Makefile,v 1.11 1997/05/08 21:11:20 gwr Exp $
|
|
|
|
PROG= mount_msdos
|
|
SRCS= mount_msdos.c getmntopts.c
|
|
MAN= mount_msdos.8
|
|
|
|
MOUNT= ${.CURDIR}/../mount
|
|
CFLAGS+= -I${MOUNT}
|
|
.PATH: ${MOUNT}
|
|
|
|
.include <bsd.prog.mk>
|