mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Uncomment the real paths and remove the local debugging paths.
Noticed by: ru (who's faster than 'make world' on my stock src test machine)
This commit is contained in:
parent
8a370b6458
commit
3dcb1ab12d
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
# Copyright (c) David E. O'Brien, 2000-2004
|
||||
|
||||
#CONTRDIR= ${.CURDIR}/../../contrib/file
|
||||
CONTRDIR= ${.CURDIR}/../file-4.10
|
||||
CONTRDIR= ${.CURDIR}/../../contrib/file
|
||||
.PATH: ${CONTRDIR}
|
||||
|
||||
LIB= magic
|
||||
|
|
|
|||
Loading…
Reference in a new issue