Makefile (327B)
1 .POSIX: 2 3 PROJECTDIR = ../../.. 4 5 DIRS =\ 6 amd64\ 7 arm64\ 8 arm\ 9 i386\ 10 ppc\ 11 netbsd\ 12 openbsd\ 13 darwin\ 14 dragonfly\ 15 linux\ 16 posix\ 17 18 BSD =\ 19 netbsd\ 20 openbsd\ 21 darwin\ 22 dragonfly\ 23 24 POSIX =\ 25 $(BSD)\ 26 linux\ 27 28 include $(PROJECTDIR)/scripts/rules.mk 29 include ../rules.mk 30 31 NODEP = 1 32 33 all: $(ARCH) $(SYS) 34 35 $(POSIX): posix 36 $(BSD): bsd