xref: /freebsd/targets/pseudo/Makefile.inc (revision 1a13f2e6b444dd8048aebd2ac1f0b8fae9e3088f)
1# $FreeBSD$
2
3# we don't do anything in these dirs
4# they are just for triggering building of other things
5
6UPDATE_DEPENDFILE= no
7
8.if !target(all)
9all:
10	@echo Done!
11.endif
12
13
14