mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
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
|
|
|
|
|