mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Cleanup paths.
Submitted by: ru
This commit is contained in:
parent
5eadd7403e
commit
20dc1b47c1
1 changed files with 6 additions and 4 deletions
|
|
@ -1,11 +1,13 @@
|
|||
# $FreeBSD$
|
||||
# $Id: Makefile,v 1.10 2004/09/01 07:03:32 bright Exp $
|
||||
|
||||
TOPDIR=${.CURDIR}/../..
|
||||
|
||||
.PATH: ${TOPDIR}/fs/autofs
|
||||
SRCDIR= ${.CURDIR}/../../fs/autofs
|
||||
|
||||
.PATH: ${SRCDIR}
|
||||
|
||||
CFLAGS+= -I${SRCDIR}
|
||||
|
||||
CFLAGS+= -I${TOPDIR}/fs/autofs
|
||||
CFLAGS+= -Werror
|
||||
KMOD= autofs
|
||||
|
||||
SRCS= vnode_if.h \
|
||||
|
|
|
|||
Loading…
Reference in a new issue