mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-28 22:36:24 +01:00
10 lines
192 B
Makefile
10 lines
192 B
Makefile
# $Id: phony-end.mk,v 1.1.1.1 2014/08/30 18:57:18 sjg Exp $
|
|
|
|
all ok also.ok bug phony:
|
|
@echo '${.TARGET .PREFIX .IMPSRC:L:@v@$v="${$v}"@}'
|
|
|
|
.END: ok also.ok bug
|
|
|
|
phony bug: .PHONY
|
|
all: phony
|