Artifact 7f20717fa45f32638dbd195bd710d60a6b1080d9d906f87b26616fb710bc0412:
- File dist/BSDmakefile — part of check-in [d248dc5965] at 2021-01-19 22:02:23 on branch trunk — add dist mechanism (user: lexi, size: 448) [annotate] [blame] [check-ins using]
# being extremely paranoid here, but there's some vague plans to get nix
# shit working under BSD kernels, so we may as well future-proof the thing
.if defined(NIX_STORE) || defined(NIX_PATH)
l-glibc-path != nix path-info nixos.glibc
rt-path = $(l-glibc-path)/lib
.endif
rt-path ?= /usr/lib
runtime = $(rt-path)/crt1.o \
$(rt-path)/crti.o \
$(rt-path)/crtbegin.o \
$(rt-path)/crtend.o \
$(rt-path)/crtn.o
.include <makefile>