b6209a9b58
Reviewed by: marcel
14 lines
174 B
Makefile
14 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
|
|
|
|
|