summaryrefslogtreecommitdiff
path: root/regress/usr.bin/make/mk8
blob: 40a17a9e3c4d13296df94b58683598fd36b23a85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
all: nofile goodfile phony

nofile:
	@echo 1

goodfile:
	@echo 2

phony:
	@echo 3

.PHONY: phony