2012-11-09 05:44:34 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
# we don't do anything in these dirs
|
|
|
|
# they are just for triggering building of other things
|
|
|
|
|
|
|
|
UPDATE_DEPENDFILE= no
|
|
|
|
|
2013-03-15 20:21:18 +00:00
|
|
|
.if !target(all)
|
2012-11-09 05:44:34 +00:00
|
|
|
all:
|
|
|
|
@echo Done!
|
2013-03-15 20:21:18 +00:00
|
|
|
.endif
|
2012-11-09 05:44:34 +00:00
|
|
|
|
|
|
|
|