mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
13 lines
248 B
Makefile
13 lines
248 B
Makefile
##===- projects/sample/tools/Makefile ----------------------*- Makefile -*-===##
|
|
|
|
#
|
|
# Relative path to the top of the source tree.
|
|
#
|
|
LEVEL=..
|
|
|
|
#
|
|
# List all of the subdirectories that we will compile.
|
|
#
|
|
DIRS=sample
|
|
|
|
include $(LEVEL)/Makefile.common
|