freebsd-dev/targets/pseudo/Makefile.inc

14 lines
174 B
PHP
Raw Normal View History

# $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)
all:
@echo Done!
2013-03-15 20:21:18 +00:00
.endif