mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 04:40:53 -05:00
13 lines
174 B
Makefile
13 lines
174 B
Makefile
# $FreeBSD$
|
|
|
|
# we don't do anything in these dirs
|
|
# they are just for triggering building of other things
|
|
|
|
UPDATE_DEPENDFILE= no
|
|
|
|
.if !target(all)
|
|
all:
|
|
@echo Done!
|
|
.endif
|
|
|
|
|