mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix another path that was broken by moving things to sbin/i386.
This commit is contained in:
parent
bd1322b660
commit
7e1a4c5c36
3 changed files with 6 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $Id: Makefile,v 1.6 1994/07/16 21:32:06 cgd Exp $
|
||||
# $Id: Makefile,v 1.1 1994/09/19 15:30:33 dfr Exp $
|
||||
#
|
||||
|
||||
PROG= mount_msdos
|
||||
|
|
@ -9,7 +9,7 @@ MAN8= mount_msdos.8
|
|||
BINOWN= root
|
||||
BINMODE= 4555
|
||||
|
||||
MOUNT= ${.CURDIR}/../mount
|
||||
MOUNT= ${.CURDIR}/../../mount
|
||||
CFLAGS+= -I${MOUNT}
|
||||
.PATH: ${MOUNT}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $Id: Makefile,v 1.6 1994/07/16 21:32:06 cgd Exp $
|
||||
# $Id: Makefile,v 1.1 1994/09/19 15:30:33 dfr Exp $
|
||||
#
|
||||
|
||||
PROG= mount_msdos
|
||||
|
|
@ -9,7 +9,7 @@ MAN8= mount_msdos.8
|
|||
BINOWN= root
|
||||
BINMODE= 4555
|
||||
|
||||
MOUNT= ${.CURDIR}/../mount
|
||||
MOUNT= ${.CURDIR}/../../mount
|
||||
CFLAGS+= -I${MOUNT}
|
||||
.PATH: ${MOUNT}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $Id: Makefile,v 1.6 1994/07/16 21:32:06 cgd Exp $
|
||||
# $Id: Makefile,v 1.1 1994/09/19 15:30:33 dfr Exp $
|
||||
#
|
||||
|
||||
PROG= mount_msdos
|
||||
|
|
@ -9,7 +9,7 @@ MAN8= mount_msdos.8
|
|||
BINOWN= root
|
||||
BINMODE= 4555
|
||||
|
||||
MOUNT= ${.CURDIR}/../mount
|
||||
MOUNT= ${.CURDIR}/../../mount
|
||||
CFLAGS+= -I${MOUNT}
|
||||
.PATH: ${MOUNT}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue