use CURDIR where appropriate
This commit is contained in:
parent
6627d84e5a
commit
31064c0014
@ -1,11 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.13 1998/03/01 02:20:45 fvdl Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2000/08/14 16:38:40 deberg Exp $
|
||||
|
||||
PROG= mount_msdos
|
||||
SRCS= mount_msdos.c getmntopts.c
|
||||
MAN= mount_msdos.8
|
||||
|
||||
MOUNT= ${.CURDIR}/../mount
|
||||
CPPFLAGS+= -I${MOUNT} -I../../sys
|
||||
CPPFLAGS+= -I${MOUNT} -I${.CURDIR}/../../sys
|
||||
.PATH: ${MOUNT}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user