mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Readd Makefile.inc that were used to include upper level Makefile.inc and
set (among other things) the destination where the binary should be installed
This commit is contained in:
parent
2c3774c183
commit
a7f8c4eb4c
2 changed files with 6 additions and 0 deletions
3
usr.sbin/cron/Makefile.inc
Normal file
3
usr.sbin/cron/Makefile.inc
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.include "../Makefile.inc"
|
||||
3
usr.sbin/fifolog/Makefile.inc
Normal file
3
usr.sbin/fifolog/Makefile.inc
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.include "../Makefile.inc"
|
||||
Loading…
Reference in a new issue