freebsd-dev/targets/pseudo/Makefile.inc
2014-11-30 00:20:20 +00:00

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