mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix the source path.
This commit is contained in:
parent
9fe02f7e16
commit
5142c5f201
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# from: @(#)Makefile 5.10 (Berkeley) 6/24/90
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${DESTDIR}/usr/include/rpcsvc
|
||||
.PATH: ${.CURDIR}/../../include/rpcsvc
|
||||
|
||||
LIB= rpcsvc
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue