id stringlengths 22 129 | text stringlengths 60 19.5k | arch stringclasses 9
values | syntax stringclasses 5
values | kind stringclasses 4
values | repo stringclasses 32
values | path stringlengths 7 108 | license stringclasses 10
values | commit stringlengths 40 40 | source_host stringclasses 1
value | category stringclasses 15
values | source_url stringlengths 85 192 | line_start int64 1 5.48k | line_end int64 4 5.5k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
NetBSD/src:tests/lib/libnvmm/h_mem_assist_asm.S:7 | jg .L12_failure
cmpq $0xFFFFFFFFF2345678,(%rax)
jne .L12_failure
cmpq $0xFFFFFFFFF2345677,(%rax)
jl .L12_failure
cmpq $0xFFFFFFFFF2345679,(%rax)
jg .L12_failure
.L12_success:
movq $1,(%rax)
TEST_END
.L12_failure:
movq $0,(%rax)
TEST_END
test12_end:
.align 64
test13_begin:
movq $0x1000,%rax
movq $0x00000... | x86_64 | gas-att | handwritten | NetBSD/src | tests/lib/libnvmm/h_mem_assist_asm.S | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/tests/lib/libnvmm/h_mem_assist_asm.S | 241 | 300 |
NetBSD/src:tests/lib/libnvmm/h_mem_assist_asm.S:8 | testb $0x0F,(%rax)
jz .L14_failure
testw $0x0F00,(%rax)
jnz .L14_failure
testl $0xA000,(%rax)
jz .L14_failure
.L14_success:
movq $1,(%rax)
TEST_END
.L14_failure:
movq $0,(%rax)
TEST_END
test14_end:
.align 64
test_64bit_15_begin:
movq $0x1000,%rax
movq $0x120000,%rbx
movq $0x003400,%rcx
movq $0x000056,... | x86_64 | gas-att | handwritten | NetBSD/src | tests/lib/libnvmm/h_mem_assist_asm.S | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/tests/lib/libnvmm/h_mem_assist_asm.S | 281 | 340 |
NetBSD/src:tests/lib/libnvmm/h_mem_assist_asm.S:9 | xchgq %rbx,(%eax)
movq $0,(%rax)
xchgq %rbx,(%eax)
TEST_END
test_64bit_16_end:
.align 64
test17_begin:
movq $0x1000,%rax
movq $0xdeadbeefcafe, %rbx
movq %rbx,0x00(%rax)
movq %rbx,0x08(%rax)
movq $0xdeadbeefcafe, %rbx
movq %rbx,0x20(%rax)
movq $0, %rbx
movq %rbx,0x28(%rax)
movq $0x1000,%rsi
movq $0x102... | x86_64 | gas-att | handwritten | NetBSD/src | tests/lib/libnvmm/h_mem_assist_asm.S | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/tests/lib/libnvmm/h_mem_assist_asm.S | 321 | 380 |
NetBSD/src:tests/lib/libnvmm/h_mem_assist_asm.S:10 | .code16
.align 64
test_16bit_1_begin:
movw $0x10f1,%bx
movw $0x123,%dx
movb %dl,(%bx)
TEST16_END
test_16bit_1_end:
.align 64
test_16bit_2_begin:
movw $0x10f1,%bx
movw $2,%di
movw $0x123,%dx
movw %dx,(%bx,%di)
TEST16_END
test_16bit_2_end:
.align 64
test_16bit_3_begin:
movw $0x10f1,%bp
movw $2,%si
m... | x86_64 | gas-att | handwritten | NetBSD/src | tests/lib/libnvmm/h_mem_assist_asm.S | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/tests/lib/libnvmm/h_mem_assist_asm.S | 361 | 420 |
NetBSD/src:tests/lib/libnvmm/h_mem_assist_asm.S:11 | movw $0xFFFF,%dx
movl $0x0001,%eax
movl $0x0010,%ebx
movl $0x1000,%ecx
movw %dx,4(%bp,%si) /* 16bit opr 16bit adr */
andl %eax,4(%bp,%si) /* 32bit opr 16bit adr */
orw %bx,4(%ebp,%esi) /* 16bit opr 32bit adr */
orl %ecx,-4(%bp,%di) /* 32bit opr 16bit adr, negative */
TEST16_END
test_16bit_4_end:
.align 64... | x86_64 | gas-att | handwritten | NetBSD/src | tests/lib/libnvmm/h_mem_assist_asm.S | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/tests/lib/libnvmm/h_mem_assist_asm.S | 401 | 432 |
NetBSD/src:tools/llvm-lib/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.1 2011/02/06 01:14:12 joerg Exp $
.include "${.PARSEDIR}/../llvm/Makefile.inc"
HOSTLIB= ${LIB}
.include "${LLVM_TOPLEVEL}/lib/Makefile.inc"
.include "${LLVM_TOPLEVEL}/lib/${.CURDIR:T}/Makefile"
HOST_CPPFLAGS:= ${HOST_CPPFLAGS:N-Wp,-iremap,*} | unknown | gas-like | handwritten | NetBSD/src | tools/llvm-lib/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/tools/llvm-lib/Makefile.inc | 1 | 10 |
NetBSD/src:tools/pkg_install/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.3 2020/01/17 16:50:51 christos Exp $
.include "${NETBSDSRCDIR}/external/bsd/pkg_install/Makefile.inc"
.if !defined(HOSTLIB)
INSTALL_OBJDIR!= cd ${NETBSDSRCDIR}/tools/pkg_install/lib && ${PRINTOBJDIR}
LDFLAGS+=-L${INSTALL_OBJDIR}
LDADD+=-linstall
.endif | unknown | gas-like | handwritten | NetBSD/src | tools/pkg_install/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/tools/pkg_install/Makefile.inc | 1 | 9 |
NetBSD/src:tools/xz-include/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.3 2023/06/02 20:47:27 lukem Exp $
XZ_TOPLEVEL:= ${.PARSEDIR}/../../external/public-domain/xz
NOMAN= # defined
NONLS= # defined
MKREPRO=no # Native toolchain might be unable to do it
CPPFLAGS+= -std=c99
.include "${XZ_TOPLEVEL}/Makefile.inc" | arm | gas-like | handwritten | NetBSD/src | tools/xz-include/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/tools/xz-include/Makefile.inc | 1 | 11 |
NetBSD/src:usr.bin/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.13 2024/05/12 17:55:37 rillig Exp $
# from: @(#)Makefile.inc 8.1 (Berkeley) 6/6/93
WARNS?= 5
BINDIR?=/usr/bin
LINTFLAGS+= -u # don't warn about "used but not defined"
.include <bsd.own.mk>
.if ${MKLINT} != "no" && !defined(NOLINT)
realall: lint
.endif | unknown | gas-like | handwritten | NetBSD/src | usr.bin/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.bin/Makefile.inc | 1 | 12 |
NetBSD/src:usr.bin/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.12 2024/04/20 13:24:49 rillig Exp $
# from: @(#)Makefile.inc 8.1 (Berkeley) 6/6/93
WARNS?= 5
BINDIR?=/usr/bin
.include <bsd.own.mk>
.if ${MKLINT} != "no" && !defined(NOLINT)
realall: lint
.endif | unknown | gas-like | handwritten | NetBSD/src | usr.bin/Makefile.inc | BSD-2-Clause | f56f0d26c41bc0847b80e64333b522fda0211355 | github | kernel | https://github.com/NetBSD/src/blob/f56f0d26c41bc0847b80e64333b522fda0211355/usr.bin/Makefile.inc | 1 | 10 |
NetBSD/src:usr.bin/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.11 2021/08/22 22:24:11 rillig Exp $
# from: @(#)Makefile.inc 8.1 (Berkeley) 6/6/93
WARNS?= 5
BINDIR?=/usr/bin
.include <bsd.own.mk>
.if ${MKLINT} != "no" && ${LINT_SUPPORTED:Uyes} == "yes"
realall: lint
.endif | unknown | gas-like | handwritten | NetBSD/src | usr.bin/Makefile.inc | BSD-2-Clause | 3a3e6e6861107fa30395b99abb65697f94ef1bf8 | github | kernel | https://github.com/NetBSD/src/blob/3a3e6e6861107fa30395b99abb65697f94ef1bf8/usr.bin/Makefile.inc | 1 | 10 |
NetBSD/src:usr.bin/audio/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.5 2009/04/14 22:15:17 lukem Exp $
.include <bsd.own.mk>
LIBAUDIO != cd ${.CURDIR}/../common && ${PRINTOBJDIR}
CPPFLAGS+=-I${.CURDIR}/../common
DPADD+= ${LIBAUDIO}/libaudio.a
LDADD+= -L${LIBAUDIO} -laudio
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.e... | unknown | gas-like | handwritten | NetBSD/src | usr.bin/audio/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.bin/audio/Makefile.inc | 1 | 12 |
NetBSD/src:usr.bin/crunch/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.4 1997/10/18 13:05:22 lukem Exp $
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif | unknown | gas-like | handwritten | NetBSD/src | usr.bin/crunch/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.bin/crunch/Makefile.inc | 1 | 5 |
NetBSD/src:usr.bin/getaddrinfo/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.1 2025/02/06 19:35:28 christos Exp $
SYS_SOCKET_H?= ${NETBSDSRCDIR}/sys/sys/socket.h
CPPFLAGS+= -I.
DPSRCS+= tables.h
CLEANFILES+= tables.h
tables.h: ${.PARSEDIR}/tables.awk ${SYS_SOCKET_H}
${_MKTARGET_CREATE}
${TOOL_AWK} -f ${.ALLSRC} > ${.TARGET}.tmp \
&& mv -f -- ${.TARGET}.tmp ${.TA... | arm | gas-like | handwritten | NetBSD/src | usr.bin/getaddrinfo/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.bin/getaddrinfo/Makefile.inc | 1 | 11 |
NetBSD/src:usr.bin/ldd/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.8 2021/04/25 23:52:59 christos Exp $
WARNS?= 3 # XXX: -Wsign-compare issues ld.elf_so source
.if ${MKCOMPAT} != "no"
.if ${MACHINE_ARCH} == "sparc64"
MLIBDIR= sparc
.endif
.if ${MACHINE_ARCH} == "x86_64"
MLIBDIR= i386
.endif
.if ${MACHINE_ARCH} == "powerpc64"
MLIBDIR= powerpc
.endif
.i... | unknown | gas-like | handwritten | NetBSD/src | usr.bin/ldd/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.bin/ldd/Makefile.inc | 1 | 38 |
NetBSD/src:usr.bin/locate/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.1 1997/10/19 04:11:51 lukem Exp $
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif | unknown | gas-like | handwritten | NetBSD/src | usr.bin/locate/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.bin/locate/Makefile.inc | 1 | 5 |
NetBSD/src:usr.bin/make/unit-tests/echo.inc:1 | # Use Echo -n to work around shell builtins that do not support -n
x!= echo -n ok; echo
.if ${x:M-n} == ""
ECHO_SCRIPT= Echo() { echo "$$@"; }
.else
ECHO_SCRIPT= Echo() { \
case "$$1" in \
-n) shift; echo "$$@\c";; \
*) echo "$$@";; \
esac; }
.endif | unknown | gas-like | handwritten | NetBSD/src | usr.bin/make/unit-tests/echo.inc | BSD-2-Clause | 24ec62c23727246e7789f09197ece3bf07ce18e0 | github | kernel | https://github.com/NetBSD/src/blob/24ec62c23727246e7789f09197ece3bf07ce18e0/usr.bin/make/unit-tests/echo.inc | 1 | 11 |
NetBSD/src:usr.bin/make/unit-tests/include-sub.inc:1 | # $NetBSD: include-sub.inc,v 1.1 2023/01/19 23:26:14 rillig Exp $
.if ${.INCLUDEDFROMFILE} == "include-main.mk"
. info sub-before-ok
.else
. warning sub-before-fail(${.INCLUDEDFROMFILE})
.endif
# As of 2020-09-05, the .for loop is implemented as "including a file"
# with a custom buffer. Therefore this loop has si... | arm | gas-like | handwritten | NetBSD/src | usr.bin/make/unit-tests/include-sub.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.bin/make/unit-tests/include-sub.inc | 1 | 49 |
NetBSD/src:usr.bin/make/unit-tests/include-subsub.inc:1 | # $NetBSD: include-subsub.inc,v 1.1 2023/01/19 23:26:14 rillig Exp $
.if ${.INCLUDEDFROMFILE} == "include-sub.inc"
.MAKEFLAGS: -dp
. info subsub-ok
.MAKEFLAGS: -d0
.else
. warning subsub-fail(${.INCLUDEDFROMFILE})
.endif | unknown | gas-like | handwritten | NetBSD/src | usr.bin/make/unit-tests/include-subsub.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.bin/make/unit-tests/include-subsub.inc | 1 | 9 |
NetBSD/src:usr.bin/make/unit-tests/meta-ignore.inc:1 | # $NetBSD: meta-ignore.inc,v 1.2 2023/02/25 19:30:32 sjg Exp $
# common logic for testing .MAKE.META.IGNORE_*
# we want a directory outside of .OBJDIR to drop a file
# that our meta file refers to.
# Note: these tests will not work if TMPDIR is /tmp or /var/tmp
# or a subdir thereof
IGNORE:= ${TMPDIR}/ignore
OBJ:= ${... | arm | gas-like | handwritten | NetBSD/src | usr.bin/make/unit-tests/meta-ignore.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.bin/make/unit-tests/meta-ignore.inc | 1 | 60 |
NetBSD/src:usr.bin/make/unit-tests/meta-ignore.inc:2 | # this is a prefix list - any path that matches
# one of these prefixes will be ignored
.MAKE.META.IGNORE_PATHS = ${IGNORE}
.elif ${TEST} == "IGNORE_PATTERNS"
# more flexible but more expensive
# this example is equivalent to M*/ignore/*
# a match means ignore
.MAKE.META.IGNORE_PATTERNS = */ignore/*
.elif ${TEST} == "I... | arm | gas-like | handwritten | NetBSD/src | usr.bin/make/unit-tests/meta-ignore.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.bin/make/unit-tests/meta-ignore.inc | 41 | 63 |
NetBSD/src:usr.bin/moduli/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.4 2025/10/19 01:00:00 riastradh Exp $
.include <bsd.own.mk>
DPADD+= ${LIBCRYPTO}
LDADD+= -lcrypto
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif | riscv | gas-like | handwritten | NetBSD/src | usr.bin/moduli/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.bin/moduli/Makefile.inc | 1 | 10 |
NetBSD/src:usr.bin/moduli/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.3 2025/07/19 12:42:30 christos Exp $
.include <bsd.own.mk>
DPADD+= ${LIBCRYPTO} ${LIBPTHREAD}
LDADD+= -lcrypto -lpthread
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif | unknown | gas-like | handwritten | NetBSD/src | usr.bin/moduli/Makefile.inc | BSD-2-Clause | e7b127b3d9e965d01686ed31d537dcd34cf0615f | github | kernel | https://github.com/NetBSD/src/blob/e7b127b3d9e965d01686ed31d537dcd34cf0615f/usr.bin/moduli/Makefile.inc | 1 | 10 |
NetBSD/src:usr.bin/moduli/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.2 2009/04/14 22:15:24 lukem Exp $
.include <bsd.own.mk>
DPADD+= ${LIBCRYPTO}
LDADD+= -lcrypto
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif | unknown | gas-like | handwritten | NetBSD/src | usr.bin/moduli/Makefile.inc | BSD-2-Clause | 3a3e6e6861107fa30395b99abb65697f94ef1bf8 | github | kernel | https://github.com/NetBSD/src/blob/3a3e6e6861107fa30395b99abb65697f94ef1bf8/usr.bin/moduli/Makefile.inc | 1 | 10 |
NetBSD/src:usr.bin/xlint/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.30 2026/04/23 19:34:07 rillig Exp $
.include <bsd.own.mk>
.PATH: ${.CURDIR}/../common
# Special cases first, then check for a MACHINE_ARCH specific
# subdir before looking for MACHINE_CPU.
.if exists(${.CURDIR}/../arch/${MACHINE_ARCH})
ARCHSUBDIR= ${MACHINE_ARCH}
.elif exists(${.CURDIR}/... | riscv | gas-like | handwritten | NetBSD/src | usr.bin/xlint/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.bin/xlint/Makefile.inc | 1 | 31 |
NetBSD/src:usr.bin/xlint/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.29 2024/03/29 08:35:31 rillig Exp $
.include <bsd.own.mk>
.PATH: ${.CURDIR}/../common
# Special cases first, then check for a MACHINE_ARCH specific
# subdir before looking for MACHINE_CPU.
.if exists(${.CURDIR}/../arch/${MACHINE_ARCH})
ARCHSUBDIR= ${MACHINE_ARCH}
.elif exists(${.CURDIR}/... | riscv | gas-like | handwritten | NetBSD/src | usr.bin/xlint/Makefile.inc | BSD-2-Clause | 1219592417710f2adfae6ded4b882677a38e3691 | github | kernel | https://github.com/NetBSD/src/blob/1219592417710f2adfae6ded4b882677a38e3691/usr.bin/xlint/Makefile.inc | 1 | 31 |
NetBSD/src:usr.bin/xlint/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.28 2024/01/23 19:44:28 rillig Exp $
.include <bsd.own.mk>
.PATH: ${.CURDIR}/../common
# Special cases first, then check for a MACHINE_ARCH specific
# subdir before looking for MACHINE_CPU.
.if exists(${.CURDIR}/../arch/${MACHINE_ARCH})
ARCHSUBDIR= ${MACHINE_ARCH}
.elif exists(${.CURDIR}/... | riscv | gas-like | handwritten | NetBSD/src | usr.bin/xlint/Makefile.inc | BSD-2-Clause | 09702fc7eb417f5c1973f29cbcebe54105ae724c | github | kernel | https://github.com/NetBSD/src/blob/09702fc7eb417f5c1973f29cbcebe54105ae724c/usr.bin/xlint/Makefile.inc | 1 | 33 |
NetBSD/src:usr.bin/xlint/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.27 2024/01/21 14:59:18 rillig Exp $
.include <bsd.own.mk>
.PATH: ${.CURDIR}/../common
# Special cases first, then check for a MACHINE_ARCH specific
# subdir before looking for MACHINE_CPU.
.if exists(${.CURDIR}/../arch/${MACHINE_ARCH})
ARCHSUBDIR= ${MACHINE_ARCH}
.elif exists(${.CURDIR}/... | riscv | gas-like | handwritten | NetBSD/src | usr.bin/xlint/Makefile.inc | BSD-2-Clause | 8ecccbd3a1ed9deefaa67c123799e42d6058916d | github | kernel | https://github.com/NetBSD/src/blob/8ecccbd3a1ed9deefaa67c123799e42d6058916d/usr.bin/xlint/Makefile.inc | 1 | 33 |
NetBSD/src:usr.bin/xlint/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.26 2024/01/21 14:21:34 rillig Exp $
.include <bsd.own.mk>
.PATH: ${.CURDIR}/../common
# Special cases first, then check for a MACHINE_ARCH specific
# subdir before looking for MACHINE_CPU.
.if exists(${.CURDIR}/../arch/${MACHINE_ARCH})
ARCHSUBDIR= ${MACHINE_ARCH}
.elif exists(${.CURDIR}/... | arm | gas-like | handwritten | NetBSD/src | usr.bin/xlint/Makefile.inc | BSD-2-Clause | f7651e613bd9a61cf6919c3be6b488c3d2ae9e9e | github | kernel | https://github.com/NetBSD/src/blob/f7651e613bd9a61cf6919c3be6b488c3d2ae9e9e/usr.bin/xlint/Makefile.inc | 1 | 34 |
NetBSD/src:usr.bin/xlint/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.25 2024/01/11 04:45:20 rillig Exp $
.include <bsd.own.mk>
.PATH: ${.CURDIR}/../common
# Special cases first, then check for a MACHINE_ARCH specific
# subdir before looking for MACHINE_CPU.
.if exists(${.CURDIR}/../arch/${MACHINE_ARCH})
ARCHSUBDIR= ${MACHINE_ARCH}
.elif exists(${.CURDIR}/... | riscv | gas-like | handwritten | NetBSD/src | usr.bin/xlint/Makefile.inc | BSD-2-Clause | 75b2f6328c6c83e642249b4c4c82c67ff2b8b0a7 | github | kernel | https://github.com/NetBSD/src/blob/75b2f6328c6c83e642249b4c4c82c67ff2b8b0a7/usr.bin/xlint/Makefile.inc | 1 | 33 |
NetBSD/src:usr.bin/xlint/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.24 2023/07/08 11:18:16 rillig Exp $
.include <bsd.own.mk>
.PATH: ${.CURDIR}/../common
# Special cases first, then check for a MACHINE_ARCH specific
# subdir before looking for MACHINE_CPU.
.if exists(${.CURDIR}/../arch/${MACHINE_ARCH})
ARCHSUBDIR= ${MACHINE_ARCH}
.elif exists(${.CURDIR}/... | riscv | gas-like | handwritten | NetBSD/src | usr.bin/xlint/Makefile.inc | BSD-2-Clause | 3a3e6e6861107fa30395b99abb65697f94ef1bf8 | github | kernel | https://github.com/NetBSD/src/blob/3a3e6e6861107fa30395b99abb65697f94ef1bf8/usr.bin/xlint/Makefile.inc | 1 | 33 |
NetBSD/src:usr.sbin/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.10 2024/05/12 17:55:37 rillig Exp $
# from: @(#)Makefile.inc 8.1 (Berkeley) 6/6/93
BINDIR?= /usr/sbin
WARNS?= 4
CPPFLAGS+= -D_KERNTYPES
LINTFLAGS+= -u # don't warn about "used but not defined"
.include <bsd.own.mk>
.if ${MKLINT} != "no" && !defined(NOLINT)
realall: lint
.endif | unknown | gas-like | handwritten | NetBSD/src | usr.sbin/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/Makefile.inc | 1 | 13 |
NetBSD/src:usr.sbin/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.9 2024/04/20 13:24:49 rillig Exp $
# from: @(#)Makefile.inc 8.1 (Berkeley) 6/6/93
BINDIR?= /usr/sbin
WARNS?= 4
CPPFLAGS+= -D_KERNTYPES
.include <bsd.own.mk>
.if ${MKLINT} != "no" && !defined(NOLINT)
realall: lint
.endif | unknown | gas-like | handwritten | NetBSD/src | usr.sbin/Makefile.inc | BSD-2-Clause | f56f0d26c41bc0847b80e64333b522fda0211355 | github | kernel | https://github.com/NetBSD/src/blob/f56f0d26c41bc0847b80e64333b522fda0211355/usr.sbin/Makefile.inc | 1 | 11 |
NetBSD/src:usr.sbin/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.8 2021/09/14 20:36:02 rillig Exp $
# from: @(#)Makefile.inc 8.1 (Berkeley) 6/6/93
BINDIR?= /usr/sbin
WARNS?= 4
CPPFLAGS+= -D_KERNTYPES
.include <bsd.own.mk>
.if ${MKLINT} != "no" && ${LINT_SUPPORTED:Uyes} == "yes"
realall: lint
.endif | unknown | gas-like | handwritten | NetBSD/src | usr.sbin/Makefile.inc | BSD-2-Clause | 3a3e6e6861107fa30395b99abb65697f94ef1bf8 | github | kernel | https://github.com/NetBSD/src/blob/3a3e6e6861107fa30395b99abb65697f94ef1bf8/usr.sbin/Makefile.inc | 1 | 11 |
NetBSD/src:usr.sbin/acpitools/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.2 2009/04/22 15:23:01 lukem Exp $
# Id: Makefile.inc,v 1.1 2000/07/14 18:16:22 iwasaki Exp
# $FreeBSD: src/usr.sbin/acpi/Makefile.inc,v 1.7 2002/09/17 14:56:23 jhb Exp $
CPPFLAGS+= -I${.CURDIR}/..
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif | unknown | gas-like | handwritten | NetBSD/src | usr.sbin/acpitools/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/acpitools/Makefile.inc | 1 | 9 |
NetBSD/src:usr.sbin/altq/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.1 2000/12/16 18:57:34 thorpej Exp $
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif | unknown | gas-like | handwritten | NetBSD/src | usr.sbin/altq/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/altq/Makefile.inc | 1 | 5 |
NetBSD/src:usr.sbin/bootp/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.3 2007/05/28 12:06:34 tls Exp $
.include <bsd.own.mk>
USE_FORT?= yes # network client/server
LIBCOMMON != cd ${.CURDIR}/../common && ${PRINTOBJDIR}
CPPFLAGS+=-I${.CURDIR}/../common
DPADD+= ${LIBCOMMON}/libcommon.a
LDADD+= -L${LIBCOMMON} -lcommon
.if exists(${.CURDIR}/../../Makefile.inc)
... | unknown | gas-like | handwritten | NetBSD/src | usr.sbin/bootp/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/bootp/Makefile.inc | 1 | 14 |
NetBSD/src:usr.sbin/cpuctl/arch/i386-asm.S:1 | /* $NetBSD: i386-asm.S,v 1.7 2019/05/21 05:29:21 mlelstv Exp $ */
/*-
* Copyright (c) 1998, 2000, 2004, 2006, 2007 The NetBSD Foundation, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are m... | x86 | gas-att | handwritten | NetBSD/src | usr.sbin/cpuctl/arch/i386-asm.S | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/cpuctl/arch/i386-asm.S | 1 | 60 |
NetBSD/src:usr.sbin/cpuctl/arch/i386-asm.S:2 | movl 12(%esp), %eax
movl 16(%esp), %ecx
movl 20(%esp), %edi
cpuid
movl %eax, 0(%edi)
movl %ebx, 4(%edi)
movl %ecx, 8(%edi)
movl %edx, 12(%edi)
popl %edi
popl %ebx
ret
END(x86_cpuid2)
ENTRY(x86_xgetbv)
xorl %ecx, %ecx
xgetbv
ret
END(x86_xgetbv)
ENTRY(x86_identify)
/* Try to toggle alignment check flag; d... | x86 | gas-att | handwritten | NetBSD/src | usr.sbin/cpuctl/arch/i386-asm.S | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/cpuctl/arch/i386-asm.S | 41 | 100 |
NetBSD/src:usr.sbin/cpuctl/arch/i386-asm.S:3 | */
movl $0x5555,%eax
xorl %edx,%edx
movl $2,%ecx
divl %ecx
jnz is386
isnx586:
/*
* Don't try cpuid, as Nx586s reportedly don't support the
* PSL_ID bit.
*/
movl $CPU_NX586,%eax
ret
is386:
movl $CPU_386,%eax
ret
try486: /* Try to toggle identification flag; does not exist on early 486s. */
pushfl
pop... | x86 | gas-att | handwritten | NetBSD/src | usr.sbin/cpuctl/arch/i386-asm.S | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/cpuctl/arch/i386-asm.S | 81 | 140 |
NetBSD/src:usr.sbin/cpuctl/arch/i386-asm.S:4 | /*
* Check Cyrix CPU
* Cyrix CPUs do not change the undefined flags following
* execution of the divide instruction which divides 5 by 2.
*
* Note: CPUID is enabled on M2, so it passes another way.
*/
pushfl
movl $0x5555, %eax
xorl %edx, %edx
movl $2, %ecx
clc
divl %ecx
jnc trycyrix486
popfl
movl $... | x86 | gas-att | handwritten | NetBSD/src | usr.sbin/cpuctl/arch/i386-asm.S | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/cpuctl/arch/i386-asm.S | 121 | 165 |
NetBSD/src:usr.sbin/cpuctl/arch/x86_64-asm.S:1 | /* $NetBSD: x86_64-asm.S,v 1.7 2019/05/21 05:29:21 mlelstv Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributi... | x86_64 | gas-att | handwritten | NetBSD/src | usr.sbin/cpuctl/arch/x86_64-asm.S | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/cpuctl/arch/x86_64-asm.S | 1 | 56 |
NetBSD/src:usr.sbin/gspa/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.3 1997/10/18 06:42:47 lukem Exp $
# from: @(#)Makefile.inc 5.1 (Berkeley) 5/11/90
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif | unknown | gas-like | handwritten | NetBSD/src | usr.sbin/gspa/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/gspa/Makefile.inc | 1 | 6 |
NetBSD/src:usr.sbin/lpr/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.8 2009/04/22 15:23:05 lukem Exp $
.include <bsd.own.mk>
USE_FORT?=yes # network client/server *and* setgid
LIBCOMMON != cd ${.CURDIR}/../common_source && ${PRINTOBJDIR}
CPPFLAGS+=-I${.CURDIR}/../common_source
DPADD+= ${LIBCOMMON}/libcommon.a
LDADD+= -L${LIBCOMMON} -lcommon
.if exists(${.... | unknown | gas-like | handwritten | NetBSD/src | usr.sbin/lpr/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/lpr/Makefile.inc | 1 | 14 |
NetBSD/src:usr.sbin/makefs/cd9660/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.3 2012/08/10 12:10:29 joerg Exp $
#
.PATH: ${.CURDIR}/cd9660 ${NETBSDSRCDIR}/sys/fs/cd9660
CPPFLAGS+=-I${NETBSDSRCDIR}/sys/fs/cd9660
SRCS+= cd9660_strings.c cd9660_debug.c cd9660_eltorito.c
SRCS+= cd9660_write.c cd9660_conversion.c iso9660_rrip.c cd9660_archimedes.c
.if !defined(HOSTPROG... | arm64 | gas-like | handwritten | NetBSD/src | usr.sbin/makefs/cd9660/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/makefs/cd9660/Makefile.inc | 1 | 15 |
NetBSD/src:usr.sbin/makefs/chfs/Makefile.inc:1 | CHFS= ${NETBSDSRCDIR}/sys/ufs/chfs
.PATH: ${.CURDIR}/chfs ${NETBSDSRCDIR}/sys/ufs/chfs
CPPFLAGS+= -I${CHFS}
SRCS+= chfs_mkfs.c
.if !defined(HOSTPROG)
LDADD+= -lz
DPADD+= ${LIBZ}
.endif | arm64 | gas-like | handwritten | NetBSD/src | usr.sbin/makefs/chfs/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/makefs/chfs/Makefile.inc | 1 | 11 |
NetBSD/src:usr.sbin/makefs/ffs/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.1 2009/01/16 19:39:52 pooka Exp $
#
.PATH: ${.CURDIR}/ffs ${NETBSDSRCDIR}/sys/ufs/ffs
SRCS+= ffs_alloc.c ffs_balloc.c ffs_bswap.c ffs_subr.c ffs_tables.c ufs_bmap.c
SRCS+= buf.c mkfs.c | arm | gas-like | handwritten | NetBSD/src | usr.sbin/makefs/ffs/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/makefs/ffs/Makefile.inc | 1 | 7 |
NetBSD/src:usr.sbin/makefs/msdos/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.7 2016/02/06 10:40:58 mlelstv Exp $
#
MSDOS= ${NETBSDSRCDIR}/sys/fs/msdosfs
MSDOS_NEWFS= ${NETBSDSRCDIR}/sbin/newfs_msdos
.PATH: ${.CURDIR}/msdos ${MSDOS} ${MSDOS_NEWFS} ${NETBSDSRCDIR}/sys/dev
CPPFLAGS+= -DMSDOS_EI -I${MSDOS} -I${MSDOS_NEWFS}
.if !defined(HOSTPROGNAME)
CPPFLAGS+= -I${NET... | arm64 | gas-like | handwritten | NetBSD/src | usr.sbin/makefs/msdos/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/makefs/msdos/Makefile.inc | 1 | 16 |
NetBSD/src:usr.sbin/makefs/udf/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.8 2023/06/03 21:26:29 lukem Exp $
#
UDF= ${NETBSDSRCDIR}/sys/fs/udf
UDF_NEWFS= ${NETBSDSRCDIR}/sbin/newfs_udf
FSCK= ${NETBSDSRCDIR}/sbin/fsck # use progress meter.
.PATH: ${.CURDIR}/udf ${UDF} ${UDF_NEWFS} ${FSCK}
CPPFLAGS+= -I${UDF} -I${UDF_NEWFS} -I${FSCK}
SRCS += udf_core.c udf_osta.c... | arm64 | gas-like | handwritten | NetBSD/src | usr.sbin/makefs/udf/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/makefs/udf/Makefile.inc | 1 | 20 |
NetBSD/src:usr.sbin/makefs/v7fs/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.5 2013/01/23 21:03:15 christos Exp $
#
V7FS= ${NETBSDSRCDIR}/sys/fs/v7fs
V7FS_NEWFS= ${NETBSDSRCDIR}/sbin/newfs_v7fs
FSCK= ${NETBSDSRCDIR}/sbin/fsck # use progress meter.
.PATH: ${.CURDIR}/v7fs ${V7FS} ${V7FS_NEWFS} ${FSCK}
CPPFLAGS+= -DV7FS_EI -I${V7FS} -I${V7FS_NEWFS} -I${FSCK}
SRCS +=... | arm64 | gas-like | handwritten | NetBSD/src | usr.sbin/makefs/v7fs/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/makefs/v7fs/Makefile.inc | 1 | 20 |
NetBSD/src:usr.sbin/mopd/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.13 2024/10/23 00:45:58 kalvisd Exp $
USE_FORT?=yes # network server
.include <bsd.own.mk>
.if ${MACHINE_CPU} == "mips"
CPPFLAGS+= -DNOAOUT
.endif
LIBCOMMON != cd ${.CURDIR}/../common && ${PRINTOBJDIR}
CPPFLAGS+=-I${.CURDIR}/../common
.ifndef HOSTPROG
DPADD+= ${LIBCOMMON}/libcommon.a
LDADD... | arm64 | gas-like | handwritten | NetBSD/src | usr.sbin/mopd/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/mopd/Makefile.inc | 1 | 19 |
NetBSD/src:usr.sbin/mopd/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.12 2021/10/31 18:06:42 christos Exp $
USE_FORT?=yes # network server
.include <bsd.own.mk>
.if ${MACHINE_CPU} == "mips"
CPPFLAGS+= -DNOAOUT
.endif
LIBCOMMON != cd ${.CURDIR}/../common && ${PRINTOBJDIR}
CPPFLAGS+=-I${.CURDIR}/../common
DPADD+= ${LIBCOMMON}/libcommon.a
LDADD+= -L${LIBCOMMON... | unknown | gas-like | handwritten | NetBSD/src | usr.sbin/mopd/Makefile.inc | BSD-2-Clause | 3a3e6e6861107fa30395b99abb65697f94ef1bf8 | github | kernel | https://github.com/NetBSD/src/blob/3a3e6e6861107fa30395b99abb65697f94ef1bf8/usr.sbin/mopd/Makefile.inc | 1 | 17 |
NetBSD/src:usr.sbin/npf/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.1 2010/08/22 18:56:23 rmind Exp $
WARNS?= 4
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif | unknown | gas-like | handwritten | NetBSD/src | usr.sbin/npf/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/npf/Makefile.inc | 1 | 7 |
NetBSD/src:usr.sbin/pf/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.13 2023/06/03 21:26:29 lukem Exp $
WARNS?= 1 # XXX -Wshadow -Wcast-qual -Wsign-compare
CWARNFLAGS.clang+= -Wno-tautological-compare
CWARNFLAGS+= ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}
CPPFLAGS+= -D_OPENBSD_SOURCE
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.i... | unknown | gas-like | handwritten | NetBSD/src | usr.sbin/pf/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/pf/Makefile.inc | 1 | 13 |
NetBSD/src:usr.sbin/puffs/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.18 2021/07/07 11:51:46 martin Exp $
WARNS?= 4
.include <bsd.own.mk>
USE_FORT?= yes # network client
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif
.ifdef ISRUMP
.ifdef MOUNTNAME
PROG= rump_${MOUNTNAME}
MAN= rump_${MOUNTNAME}.8
MOUNTDIR= ${.C... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/puffs/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/puffs/Makefile.inc | 1 | 55 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.52 2026/04/26 13:31:47 martin Exp $
#
# Makefile for sysinst
.if exists(${.CURDIR}/../../../Makefile.inc)
.include "${.CURDIR}/../../../Makefile.inc"
.endif
PROG= sysinst
MAN= sysinst.8
WARNS= 4
SRCS+= menu_defs.c msg_defs.c main.c install.c upgrade.c \
txtwalk.c run.c factor.c net.c... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/sysinst/Makefile.inc | 1 | 60 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:2 | .endif
.if ${NO_GPT:Uno} != "yes"
CPPFLAGS+= -DHAVE_GPT
GPT_DIR=${.CURDIR}/../../../../sbin/gpt
SRCS+= gpt.c gpt_uuid.c
CPPFLAGS.gpt_uuid.c+= -I${GPT_DIR}
CPPFLAGS.gpt.c+= -I${GPT_DIR}
.endif
.if ${NO_MBR:Uyes} != "yes"
CPPFLAGS+= -DHAVE_MBR
SRCS+= mbr.c
COPTS.mbr.c+= ${CC_WNO_MAYBE_UNINITIALIZED}
.endif
.if ${NO_CLON... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/sysinst/Makefile.inc | 41 | 100 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:3 | MSG_CMP_SH= ${.CURDIR}/../../msg_cmp.sh
SETS_TAR_SUFF=${"${USE_XZ_SETS:Uno}"!="no":?"tar.xz":"tgz"}
.if ${MKBSDTAR:Uno} == "no"
CPPFLAGS+= -DUSING_PAXASTAR
.endif
.if ${MKCOMPAT:Uno} != "no"
CPPFLAGS+= -DHAVE_BASE32
.endif
.if ${MKCOMPAT:Uno} != "no" && \
(${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mi... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/sysinst/Makefile.inc | 81 | 140 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:4 | ${NODISKLABEL:D-DNO_DISKLABEL} \
${NOPARTMAN:D-DNO_PARTMAN}
.if ${USE_XZ_SETS:Uno} != "no"
CPPFLAGS+= -DEXTRACT_NEEDS_BIG_RAM
.endif
.if ${RELEASEMACHINEDIR} != ${MACHINE}
CPPFLAGS+= -DARCH_SUBDIR="\"${RELEASEMACHINEDIR}\""
CPPFLAGS+= -DPKG_ARCH_SUBDIR="\"${MACHINE_ARCH}\""
.endif
.if defined(NETBSD_OFFICIAL_RELEA... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/sysinst/Makefile.inc | 121 | 180 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:5 | # when compiling with -O0)
O0TRACKING= -fvar-tracking-assignments -fvar-tracking
.endif
CPPFLAGS+=-DDEBUG
DBG +=-g -O0 ${O0TRACKING}
COPTS.net.c += ${CC_WNO_MAYBE_UNINITIALIZED}
.else
.if defined(SMALLPROG)
COPTS += -Os
.endif
.endif
.if (!defined(SMALLPROG) || defined(SMALLPROG_INET6)) && (${USE_INET6} != "no")
CPPFL... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/sysinst/Makefile.inc | 161 | 220 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:6 | DPSRCS+= msg_defs.h menu_defs.h
CLEANFILES= menu_defs.c menu_defs.h menus.def \
msg_defs.c msg_defs.h msg.def msgtouch \
sysinstmsgs.*
.PATH: ${.CURDIR}/../..
menu_defs.h: menu_defs.c
[ -f ${.TARGET} ] || { \
${_MKSHTARGET_CREATE}; \
${TOOL_MENUC} menus.def; \
}
menu_defs.c: menus.def
${_MKTARGET_CREATE}
... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/sysinst/Makefile.inc | 201 | 260 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:7 | .if ${CHECK_ENTROPY:Uyes} != "no"
MSG_MD+= msg.entropy.${SYSINSTLANG}
.endif
msg.def: msg.mi.${SYSINSTLANG} ${MSG_MD} msgtouch
${_MKTARGET_CREATE}
${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" ${.ALLSRC} | \
${TOOL_SED} "s/@@MACHINE@@/${MACHINE}/" | \
${TOOL_AWK} -f ${UNIF_AWK} -v defines="${MD_OPTIONS}" > ${.TARGET}... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/sysinst/Makefile.inc | 241 | 292 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:8 | ${_MKTARGET_CREATE}
${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" msg.def | \
${TOOL_SED} "s/@@MACHINE@@/${MACHINE}/" | \
${TOOL_AWK} -f ${UNIF_AWK} -v defines="${MD_OPTIONS}" | \
${HOST_SH} ${MSG_XLAT_SH} -i > /tmp/sysinst.en
${HOST_SH} ${MSG_CMP_SH} msg_defs.h /tmp/sysinst.en sysinstmsgs.${LANG}
@rm /tmp/sysinst.e... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd | github | kernel | https://github.com/NetBSD/src/blob/3f1390c8cc18c3f67a4bd2632f8c7ad919cf86fd/usr.sbin/sysinst/Makefile.inc | 281 | 292 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.51 2025/09/19 05:18:22 mrg Exp $
#
# Makefile for sysinst
.if exists(${.CURDIR}/../../../Makefile.inc)
.include "${.CURDIR}/../../../Makefile.inc"
.endif
PROG= sysinst
MAN= sysinst.8
WARNS= 4
SRCS+= menu_defs.c msg_defs.c main.c install.c upgrade.c \
txtwalk.c run.c factor.c net.c di... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 42ee0562b851e065bfe24b2ed8fc17f771dfee7b | github | kernel | https://github.com/NetBSD/src/blob/42ee0562b851e065bfe24b2ed8fc17f771dfee7b/usr.sbin/sysinst/Makefile.inc | 1 | 60 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:2 | .endif
.if ${NO_MBR:Uyes} != "yes"
CPPFLAGS+= -DHAVE_MBR
SRCS+= mbr.c
COPTS.mbr.c+= ${CC_WNO_MAYBE_UNINITIALIZED}
.endif
.if ${NO_CLONES:Uno} == "yes"
CPPFLAGS+= -DNO_CLONES
.endif
.if ${CHECK_ENTROPY:Uyes} != "no"
MENUS_MI+= menus.entropy
CPPFLAGS+= -DCHECK_ENTROPY=1
.endif
MSG_MD?= msg.md.${SYSINSTLANG}
MENUS_MD?= ... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 42ee0562b851e065bfe24b2ed8fc17f771dfee7b | github | kernel | https://github.com/NetBSD/src/blob/42ee0562b851e065bfe24b2ed8fc17f771dfee7b/usr.sbin/sysinst/Makefile.inc | 41 | 100 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:3 | .if ${MKCOMPAT:Uno} != "no"
CPPFLAGS+= -DHAVE_BASE32
.endif
.if ${MKCOMPAT:Uno} != "no" && \
(${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el")
CPPFLAGS+= -DHAVE_BASE64
.endif
.if ${MKCOMPAT:Uno} != "no" && ${MKDEBUG:Uno} != "no"
CPPFLAGS+= -DHAVE_DEBUG32
.endif
.if ${MKCOMPAT:Uno} != "no" && ${MKD... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 42ee0562b851e065bfe24b2ed8fc17f771dfee7b | github | kernel | https://github.com/NetBSD/src/blob/42ee0562b851e065bfe24b2ed8fc17f771dfee7b/usr.sbin/sysinst/Makefile.inc | 81 | 140 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:4 | CPPFLAGS+= -DARCH_SUBDIR="\"${RELEASEMACHINEDIR}\""
CPPFLAGS+= -DPKG_ARCH_SUBDIR="\"${MACHINE_ARCH}\""
.endif
.if defined(NETBSD_OFFICIAL_RELEASE) && ${NETBSD_OFFICIAL_RELEASE} == "yes"
CPPFLAGS+= -DSYSINST_FTP_HOST=\"ftp.NetBSD.org\" -DNETBSD_OFFICIAL_RELEASE
CPPFLAGS+= -DSYSINST_HTTP_HOST=\"cdn.NetBSD.org\" -DNETBSD... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 42ee0562b851e065bfe24b2ed8fc17f771dfee7b | github | kernel | https://github.com/NetBSD/src/blob/42ee0562b851e065bfe24b2ed8fc17f771dfee7b/usr.sbin/sysinst/Makefile.inc | 121 | 180 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:5 | COPTS += -Os
.endif
.endif
.if (!defined(SMALLPROG) || defined(SMALLPROG_INET6)) && (${USE_INET6} != "no")
CPPFLAGS+=-DINET6
.endif
COPTS+= ${CC_WNO_FORMAT_TRUNCATION}
COPTS.disklabel.c+= ${CC_WNO_STRINGOP_TRUNCATION}
# Host to ftp from. Default:
# "ftp.NetBSD.org"
#
.if defined(SYSINST_FTP_HOST)
CPPFLAGS+= -DSYSIN... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 42ee0562b851e065bfe24b2ed8fc17f771dfee7b | github | kernel | https://github.com/NetBSD/src/blob/42ee0562b851e065bfe24b2ed8fc17f771dfee7b/usr.sbin/sysinst/Makefile.inc | 161 | 220 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:6 | menu_defs.h: menu_defs.c
[ -f ${.TARGET} ] || { \
${_MKSHTARGET_CREATE}; \
${TOOL_MENUC} menus.def; \
}
menu_defs.c: menus.def
${_MKTARGET_CREATE}
[ ! -f menu_defs.h ] || mv -f menu_defs.h menu_defs.oh
${TOOL_MENUC} menus.def
! cmp -s menu_defs.oh menu_defs.h || mv -f menu_defs.oh menu_defs.h
@rm -f menu_def... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 42ee0562b851e065bfe24b2ed8fc17f771dfee7b | github | kernel | https://github.com/NetBSD/src/blob/42ee0562b851e065bfe24b2ed8fc17f771dfee7b/usr.sbin/sysinst/Makefile.inc | 201 | 260 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:7 | ${TOOL_SED} "s/@@MACHINE@@/${MACHINE}/" | \
${TOOL_AWK} -f ${UNIF_AWK} -v defines="${MD_OPTIONS}" > ${.TARGET}
menus.def: ${MENUS_MI} ${MENUS_MD} msgtouch
${_MKTARGET_CREATE}
${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" ${.ALLSRC} | \
${TOOL_SED} "s/@@MACHINE@@/${MACHINE}/" | \
${TOOL_AWK} -f ${UNIF_AWK} -v defines... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 42ee0562b851e065bfe24b2ed8fc17f771dfee7b | github | kernel | https://github.com/NetBSD/src/blob/42ee0562b851e065bfe24b2ed8fc17f771dfee7b/usr.sbin/sysinst/Makefile.inc | 241 | 284 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.50 2024/12/01 11:10:34 martin Exp $
#
# Makefile for sysinst
.if exists(${.CURDIR}/../../../Makefile.inc)
.include "${.CURDIR}/../../../Makefile.inc"
.endif
PROG= sysinst
MAN= sysinst.8
WARNS= 4
SRCS+= menu_defs.c msg_defs.c main.c install.c upgrade.c \
txtwalk.c run.c factor.c net.c... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 954bbaf5e601a0cb010f4f5a7d0cbe38ed589ee3 | github | kernel | https://github.com/NetBSD/src/blob/954bbaf5e601a0cb010f4f5a7d0cbe38ed589ee3/usr.sbin/sysinst/Makefile.inc | 1 | 60 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:2 | .endif
.if ${NO_MBR:Uyes} != "yes"
CPPFLAGS+= -DHAVE_MBR
SRCS+= mbr.c
.endif
.if ${NO_CLONES:Uno} == "yes"
CPPFLAGS+= -DNO_CLONES
.endif
.if ${CHECK_ENTROPY:Uyes} != "no"
MENUS_MI+= menus.entropy
CPPFLAGS+= -DCHECK_ENTROPY=1
.endif
MSG_MD?= msg.md.${SYSINSTLANG}
MENUS_MD?= menus.md.${SYSINSTLANG}
.include <bsd.own.m... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 954bbaf5e601a0cb010f4f5a7d0cbe38ed589ee3 | github | kernel | https://github.com/NetBSD/src/blob/954bbaf5e601a0cb010f4f5a7d0cbe38ed589ee3/usr.sbin/sysinst/Makefile.inc | 41 | 100 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:3 | CPPFLAGS+= -DHAVE_BASE32
.endif
.if ${MKCOMPAT:Uno} != "no" && \
(${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el")
CPPFLAGS+= -DHAVE_BASE64
.endif
.if ${MKCOMPAT:Uno} != "no" && ${MKDEBUG:Uno} != "no"
CPPFLAGS+= -DHAVE_DEBUG32
.endif
.if ${MKCOMPAT:Uno} != "no" && ${MKDEBUG:Uno} != "no" && \
(... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 954bbaf5e601a0cb010f4f5a7d0cbe38ed589ee3 | github | kernel | https://github.com/NetBSD/src/blob/954bbaf5e601a0cb010f4f5a7d0cbe38ed589ee3/usr.sbin/sysinst/Makefile.inc | 81 | 140 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:4 | CPPFLAGS+= -DPKG_ARCH_SUBDIR="\"${MACHINE_ARCH}\""
.endif
.if defined(NETBSD_OFFICIAL_RELEASE) && ${NETBSD_OFFICIAL_RELEASE} == "yes"
CPPFLAGS+= -DSYSINST_FTP_HOST=\"ftp.NetBSD.org\" -DNETBSD_OFFICIAL_RELEASE
CPPFLAGS+= -DSYSINST_HTTP_HOST=\"cdn.NetBSD.org\" -DNETBSD_OFFICIAL_RELEASE
CPPFLAGS+= -DREL_PATH=\"netbsd-${D... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 954bbaf5e601a0cb010f4f5a7d0cbe38ed589ee3 | github | kernel | https://github.com/NetBSD/src/blob/954bbaf5e601a0cb010f4f5a7d0cbe38ed589ee3/usr.sbin/sysinst/Makefile.inc | 121 | 180 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:5 | .endif
.endif
.if (!defined(SMALLPROG) || defined(SMALLPROG_INET6)) && (${USE_INET6} != "no")
CPPFLAGS+=-DINET6
.endif
COPTS+= ${CC_WNO_FORMAT_TRUNCATION}
COPTS.disklabel.c+= ${CC_WNO_STRINGOP_TRUNCATION}
# Host to ftp from. Default:
# "ftp.NetBSD.org"
#
.if defined(SYSINST_FTP_HOST)
CPPFLAGS+= -DSYSINST_FTP_HOST=\... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 954bbaf5e601a0cb010f4f5a7d0cbe38ed589ee3 | github | kernel | https://github.com/NetBSD/src/blob/954bbaf5e601a0cb010f4f5a7d0cbe38ed589ee3/usr.sbin/sysinst/Makefile.inc | 161 | 220 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:6 | menu_defs.h: menu_defs.c
[ -f ${.TARGET} ] || { \
${_MKSHTARGET_CREATE}; \
${TOOL_MENUC} menus.def; \
}
menu_defs.c: menus.def
${_MKTARGET_CREATE}
[ ! -f menu_defs.h ] || mv -f menu_defs.h menu_defs.oh
${TOOL_MENUC} menus.def
! cmp -s menu_defs.oh menu_defs.h || mv -f menu_defs.oh menu_defs.h
@rm -f menu_def... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 954bbaf5e601a0cb010f4f5a7d0cbe38ed589ee3 | github | kernel | https://github.com/NetBSD/src/blob/954bbaf5e601a0cb010f4f5a7d0cbe38ed589ee3/usr.sbin/sysinst/Makefile.inc | 201 | 260 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:7 | ${TOOL_AWK} -f ${UNIF_AWK} -v defines="${MD_OPTIONS}" > ${.TARGET}
menus.def: ${MENUS_MI} ${MENUS_MD} msgtouch
${_MKTARGET_CREATE}
${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" ${.ALLSRC} | \
${TOOL_SED} "s/@@MACHINE@@/${MACHINE}/" | \
${TOOL_AWK} -f ${UNIF_AWK} -v defines="${MD_OPTIONS}" > ${.TARGET}
sysinstmsgs.fm... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 954bbaf5e601a0cb010f4f5a7d0cbe38ed589ee3 | github | kernel | https://github.com/NetBSD/src/blob/954bbaf5e601a0cb010f4f5a7d0cbe38ed589ee3/usr.sbin/sysinst/Makefile.inc | 241 | 283 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.49 2024/04/22 14:41:26 nia Exp $
#
# Makefile for sysinst
.if exists(${.CURDIR}/../../../Makefile.inc)
.include "${.CURDIR}/../../../Makefile.inc"
.endif
PROG= sysinst
MAN= sysinst.8
WARNS= 4
SRCS+= menu_defs.c msg_defs.c main.c install.c upgrade.c \
txtwalk.c run.c factor.c net.c di... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | f7dfb7987569cefca63244083e1b4edd2be0d02a | github | kernel | https://github.com/NetBSD/src/blob/f7dfb7987569cefca63244083e1b4edd2be0d02a/usr.sbin/sysinst/Makefile.inc | 1 | 60 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:4 | CPPFLAGS+= -DPKG_ARCH_SUBDIR="\"${MACHINE_ARCH}\""
.endif
.if defined(NETBSD_OFFICIAL_RELEASE) && ${NETBSD_OFFICIAL_RELEASE} == "yes"
CPPFLAGS+= -DSYSINST_FTP_HOST=\"ftp.NetBSD.org\" -DNETBSD_OFFICIAL_RELEASE
CPPFLAGS+= -DSYSINST_HTTP_HOST=\"cdn.NetBSD.org\" -DNETBSD_OFFICIAL_RELEASE
CPPFLAGS+= -DREL_PATH=\"netbsd-${D... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | f7dfb7987569cefca63244083e1b4edd2be0d02a | github | kernel | https://github.com/NetBSD/src/blob/f7dfb7987569cefca63244083e1b4edd2be0d02a/usr.sbin/sysinst/Makefile.inc | 121 | 180 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:5 | .endif
.if (!defined(SMALLPROG) || defined(SMALLPROG_INET6)) && (${USE_INET6} != "no")
CPPFLAGS+=-DINET6
.endif
COPTS+= ${CC_WNO_FORMAT_TRUNCATION}
COPTS.disklabel.c+= ${CC_WNO_STRINGOP_TRUNCATION}
# Host to ftp from. Default:
# "ftp.NetBSD.org"
#
.if defined(SYSINST_FTP_HOST)
CPPFLAGS+= -DSYSINST_FTP_HOST=\"${SYSI... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | f7dfb7987569cefca63244083e1b4edd2be0d02a | github | kernel | https://github.com/NetBSD/src/blob/f7dfb7987569cefca63244083e1b4edd2be0d02a/usr.sbin/sysinst/Makefile.inc | 161 | 220 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:6 | [ -f ${.TARGET} ] || { \
${_MKSHTARGET_CREATE}; \
${TOOL_MENUC} menus.def; \
}
menu_defs.c: menus.def
${_MKTARGET_CREATE}
[ ! -f menu_defs.h ] || mv -f menu_defs.h menu_defs.oh
${TOOL_MENUC} menus.def
! cmp -s menu_defs.oh menu_defs.h || mv -f menu_defs.oh menu_defs.h
@rm -f menu_defs.oh
msg_defs.h: msg_defs... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | f7dfb7987569cefca63244083e1b4edd2be0d02a | github | kernel | https://github.com/NetBSD/src/blob/f7dfb7987569cefca63244083e1b4edd2be0d02a/usr.sbin/sysinst/Makefile.inc | 201 | 260 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:7 | menus.def: ${MENUS_MI} ${MENUS_MD} msgtouch
${_MKTARGET_CREATE}
${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" ${.ALLSRC} | \
${TOOL_SED} "s/@@MACHINE@@/${MACHINE}/" | \
${TOOL_AWK} -f ${UNIF_AWK} -v defines="${MD_OPTIONS}" > ${.TARGET}
sysinstmsgs.fmtcnt: msg.mi.${SYSINSTLANG} ${MSG_MD} msgtouch msg_defs.h
${_MKTARG... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | f7dfb7987569cefca63244083e1b4edd2be0d02a | github | kernel | https://github.com/NetBSD/src/blob/f7dfb7987569cefca63244083e1b4edd2be0d02a/usr.sbin/sysinst/Makefile.inc | 241 | 282 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.48 2024/04/09 15:17:24 nia Exp $
#
# Makefile for sysinst
.if exists(${.CURDIR}/../../../Makefile.inc)
.include "${.CURDIR}/../../../Makefile.inc"
.endif
PROG= sysinst
MAN= sysinst.8
WARNS= 4
SRCS+= menu_defs.c msg_defs.c main.c install.c upgrade.c \
txtwalk.c run.c factor.c net.c di... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 545236f400a4f2ef95a77d5950fdb4ae5699ad5b | github | kernel | https://github.com/NetBSD/src/blob/545236f400a4f2ef95a77d5950fdb4ae5699ad5b/usr.sbin/sysinst/Makefile.inc | 1 | 60 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:2 | .endif
.if ${NO_MBR:Uyes} != "yes"
CPPFLAGS+= -DHAVE_MBR
SRCS+= mbr.c
.endif
.if ${NO_CLONES:Uno} == "yes"
CPPFLAGS+= -DNO_CLONES
.endif
.if ${CHECK_ENTROPY:Uyes} != "no"
MENUS_MI+= menus.entropy
CPPFLAGS+= -DCHECK_ENTROPY=1
.endif
MSG_MD?= msg.md.${SYSINSTLANG}
MENUS_MD?= menus.md.${SYSINSTLANG}
.include <bsd.own.m... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 545236f400a4f2ef95a77d5950fdb4ae5699ad5b | github | kernel | https://github.com/NetBSD/src/blob/545236f400a4f2ef95a77d5950fdb4ae5699ad5b/usr.sbin/sysinst/Makefile.inc | 41 | 100 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:3 | CPPFLAGS+= -DHAVE_BASE32
.endif
.if ${MKDTB:Uno} != "no"
CPPFLAGS+= -DHAVE_DTB
.endif
.if ${MKKMOD:Uno} != "no"
CPPFLAGS+= -DHAVE_MODULES
.endif
CATALOGDIR= /usr/share/sysinst/catalog
CPPFLAGS+= -I. -I${.CURDIR}/../.. -I${.CURDIR} \
-I${.CURDIR}/../../../../sbin/fsck \
-DSETS_TAR_SUFF=${SETS_TAR_SUFF:Q} \
-DRE... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 545236f400a4f2ef95a77d5950fdb4ae5699ad5b | github | kernel | https://github.com/NetBSD/src/blob/545236f400a4f2ef95a77d5950fdb4ae5699ad5b/usr.sbin/sysinst/Makefile.inc | 81 | 140 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:4 | .elif (${DISTRIBVER:M*.[0-9].[0-9]*})
CPPFLAGS+= -DREL_PATH=\"netbsd-${DISTRIBVER:C/\.[0-9][_A-Z]*[0-9]*$//:S/./-/}\"
CPPFLAGS+= -DPKG_SUBDIR="\"${DISTRIBVER:C/_.*$//}\""
.elif (${DISTRIBVER:M*.[0-9]*})
CPPFLAGS+= -DREL_PATH=\"netbsd-${DISTRIBVER:C/\.[0-9][_A-Z]*[0-9]*$//}\"
CPPFLAGS+= -DPKG_SUBDIR="\"${DISTRIBVER:C/_.... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 545236f400a4f2ef95a77d5950fdb4ae5699ad5b | github | kernel | https://github.com/NetBSD/src/blob/545236f400a4f2ef95a77d5950fdb4ae5699ad5b/usr.sbin/sysinst/Makefile.inc | 121 | 180 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:5 | .endif
# Top-level ftp directory. Default:
# "pub/NetBSD/NetBSD-" + VER + "/" + MACH
#
.if defined(SYSINST_FTP_DIR)
CPPFLAGS+= -DSYSINST_FTP_DIR=\"${SYSINST_FTP_DIR}\"
.endif
# Top-level CDROM directory. Default:
# "/" + MACH
#
.if defined(SYSINST_CDROM_DIR)
CPPFLAGS+= -DSYSINST_CDROM_DIR=\"${SYSINST_CDROM_DIR}\"
.... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 545236f400a4f2ef95a77d5950fdb4ae5699ad5b | github | kernel | https://github.com/NetBSD/src/blob/545236f400a4f2ef95a77d5950fdb4ae5699ad5b/usr.sbin/sysinst/Makefile.inc | 161 | 220 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:6 | ${TOOL_MSGC} msg.def; \
}
msg_defs.c: msg.def
${_MKTARGET_CREATE}
[ ! -f msg_defs.h ] || mv -f msg_defs.h msg_defs.oh
${TOOL_MSGC} msg.def
! cmp -s msg_defs.oh msg_defs.h || mv -f msg_defs.oh msg_defs.h
@rm -f msg_defs.oh
# Needed to get proper dependency checks on osrelease
msgtouch: ${DISTRIBVERDEP}
touch ${.... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 545236f400a4f2ef95a77d5950fdb4ae5699ad5b | github | kernel | https://github.com/NetBSD/src/blob/545236f400a4f2ef95a77d5950fdb4ae5699ad5b/usr.sbin/sysinst/Makefile.inc | 201 | 260 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:7 | .for LANG in ${LANGUAGES:N${SYSINSTLANG}}
sysinstmsgs.${LANG}: msg.mi.${LANG} ${MSG_MD:S/.${SYSINSTLANG}$/.${LANG}/} msgtouch msg_defs.h sysinstmsgs.fmtcnt
${_MKTARGET_CREATE}
${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" ${.ALLSRC:M*.${LANG}} | \
${TOOL_SED} "s/@@MACHINE@@/${MACHINE}/" | \
${TOOL_AWK} -f ${UNIF_AWK} ... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 545236f400a4f2ef95a77d5950fdb4ae5699ad5b | github | kernel | https://github.com/NetBSD/src/blob/545236f400a4f2ef95a77d5950fdb4ae5699ad5b/usr.sbin/sysinst/Makefile.inc | 241 | 268 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.47 2023/11/28 14:10:18 martin Exp $
#
# Makefile for sysinst
.if exists(${.CURDIR}/../../../Makefile.inc)
.include "${.CURDIR}/../../../Makefile.inc"
.endif
PROG= sysinst
MAN= sysinst.8
WARNS= 4
SRCS+= menu_defs.c msg_defs.c main.c install.c upgrade.c \
txtwalk.c run.c factor.c net.c... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 0596c633ff7bd0af8620ea4792ac3b01dc2ddc5a | github | kernel | https://github.com/NetBSD/src/blob/0596c633ff7bd0af8620ea4792ac3b01dc2ddc5a/usr.sbin/sysinst/Makefile.inc | 1 | 60 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:2 | .endif
.if ${NO_MBR:Uyes} != "yes"
CPPFLAGS+= -DHAVE_MBR
SRCS+= mbr.c
.endif
.if ${NO_CLONES:Uno} == "yes"
CPPFLAGS+= -DNO_CLONES
.endif
.if ${CHECK_ENTROPY:Uyes} != "no"
MENUS_MI+= menus.entropy
CPPFLAGS+= -DCHECK_ENTROPY=1
.endif
MSG_MD?= msg.md.${SYSINSTLANG}
MENUS_MD?= menus.md.${SYSINSTLANG}
.include <bsd.own.m... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 0596c633ff7bd0af8620ea4792ac3b01dc2ddc5a | github | kernel | https://github.com/NetBSD/src/blob/0596c633ff7bd0af8620ea4792ac3b01dc2ddc5a/usr.sbin/sysinst/Makefile.inc | 41 | 100 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:3 | CPPFLAGS+= -DHAVE_DTB
.endif
.if ${MKKMOD:Uno} != "no"
CPPFLAGS+= -DHAVE_MODULES
.endif
CATALOGDIR= /usr/share/sysinst/catalog
CPPFLAGS+= -I. -I${.CURDIR}/../.. -I${.CURDIR} \
-I${.CURDIR}/../../../../sbin/fsck \
-DSETS_TAR_SUFF=${SETS_TAR_SUFF:Q} \
-DREL=\"${DISTRIBVER}\" -DMACH=\"${MACHINE}\" \
-DMACH_${MAC... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 0596c633ff7bd0af8620ea4792ac3b01dc2ddc5a | github | kernel | https://github.com/NetBSD/src/blob/0596c633ff7bd0af8620ea4792ac3b01dc2ddc5a/usr.sbin/sysinst/Makefile.inc | 81 | 140 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:4 | CPPFLAGS+= -DREL_PATH=\"netbsd-${DISTRIBVER:C/\.[0-9][_A-Z]*[0-9]*$//}\"
CPPFLAGS+= -DPKG_SUBDIR="\"${DISTRIBVER:C/_.*$//}\""
.endif
.endif
CPPFLAGS+= -DNETBSD_MAJOR='"${DISTRIBVER:C/\..*//}"'
.if !defined(DEBUG)
CPPFLAGS+= -DCATALOG_DIR=\"${CATALOGDIR}\"
.endif
.if (defined(DEBUG))
.if ${ACTIVE_CC} == "gcc"
# make g... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 0596c633ff7bd0af8620ea4792ac3b01dc2ddc5a | github | kernel | https://github.com/NetBSD/src/blob/0596c633ff7bd0af8620ea4792ac3b01dc2ddc5a/usr.sbin/sysinst/Makefile.inc | 121 | 180 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:5 | #
.if defined(SYSINST_FTP_DIR)
CPPFLAGS+= -DSYSINST_FTP_DIR=\"${SYSINST_FTP_DIR}\"
.endif
# Top-level CDROM directory. Default:
# "/" + MACH
#
.if defined(SYSINST_CDROM_DIR)
CPPFLAGS+= -DSYSINST_CDROM_DIR=\"${SYSINST_CDROM_DIR}\"
.endif
DPSRCS+= msg_defs.h menu_defs.h
CLEANFILES= menu_defs.c menu_defs.h menus.def ... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 0596c633ff7bd0af8620ea4792ac3b01dc2ddc5a | github | kernel | https://github.com/NetBSD/src/blob/0596c633ff7bd0af8620ea4792ac3b01dc2ddc5a/usr.sbin/sysinst/Makefile.inc | 161 | 220 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:6 | [ ! -f msg_defs.h ] || mv -f msg_defs.h msg_defs.oh
${TOOL_MSGC} msg.def
! cmp -s msg_defs.oh msg_defs.h || mv -f msg_defs.oh msg_defs.h
@rm -f msg_defs.oh
# Needed to get proper dependency checks on osrelease
msgtouch: ${DISTRIBVERDEP}
touch ${.TARGET}
.if !defined(NOPARTMAN)
MSG_MD+= msg.pm.${SYSINSTLANG}
.endi... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 0596c633ff7bd0af8620ea4792ac3b01dc2ddc5a | github | kernel | https://github.com/NetBSD/src/blob/0596c633ff7bd0af8620ea4792ac3b01dc2ddc5a/usr.sbin/sysinst/Makefile.inc | 201 | 260 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:7 | ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" ${.ALLSRC:M*.${LANG}} | \
${TOOL_SED} "s/@@MACHINE@@/${MACHINE}/" | \
${TOOL_AWK} -f ${UNIF_AWK} -v defines="${MD_OPTIONS}" | \
${HOST_SH} ${MSG_XLAT_SH} -f sysinstmsgs.fmtcnt > ${.TARGET}
DPSRCS+= sysinstmsgs.${LANG}
FILES+= sysinstmsgs.${LANG}
FILESDIR_sysinstmsgs.${LAN... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 0596c633ff7bd0af8620ea4792ac3b01dc2ddc5a | github | kernel | https://github.com/NetBSD/src/blob/0596c633ff7bd0af8620ea4792ac3b01dc2ddc5a/usr.sbin/sysinst/Makefile.inc | 241 | 264 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:1 | # $NetBSD: Makefile.inc,v 1.46 2023/06/03 09:09:24 lukem Exp $
#
# Makefile for sysinst
.if exists(${.CURDIR}/../../../Makefile.inc)
.include "${.CURDIR}/../../../Makefile.inc"
.endif
PROG= sysinst
MAN= sysinst.8
WARNS= 4
SRCS+= menu_defs.c msg_defs.c main.c install.c upgrade.c \
txtwalk.c run.c factor.c net.c ... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 3a3e6e6861107fa30395b99abb65697f94ef1bf8 | github | kernel | https://github.com/NetBSD/src/blob/3a3e6e6861107fa30395b99abb65697f94ef1bf8/usr.sbin/sysinst/Makefile.inc | 1 | 60 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:3 | CPPFLAGS+= -DHAVE_DTB
.endif
.if ${MKKMOD:Uno} != "no"
CPPFLAGS+= -DHAVE_MODULES
.endif
CATALOGDIR= /usr/share/sysinst/catalog
CPPFLAGS+= -I. -I${.CURDIR}/../.. -I${.CURDIR} \
-I${.CURDIR}/../../../../sbin/fsck \
-DSETS_TAR_SUFF=${SETS_TAR_SUFF:Q} \
-DREL=\"${DISTRIBVER}\" -DMACH=\"${MACHINE}\" \
-DMACH_${MAC... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 3a3e6e6861107fa30395b99abb65697f94ef1bf8 | github | kernel | https://github.com/NetBSD/src/blob/3a3e6e6861107fa30395b99abb65697f94ef1bf8/usr.sbin/sysinst/Makefile.inc | 81 | 140 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:4 | .endif
.endif
CPPFLAGS+= -DNETBSD_MAJOR='"${DISTRIBVER:C/\..*//}"'
.if !defined(DEBUG)
CPPFLAGS+= -DCATALOG_DIR=\"${CATALOGDIR}\"
.endif
.if (defined(DEBUG))
.if ${ACTIVE_CC} == "gcc"
# make gcc run additional passes for better debug info (only needed
# when compiling with -O0)
O0TRACKING= -fvar-tracking-assignments ... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 3a3e6e6861107fa30395b99abb65697f94ef1bf8 | github | kernel | https://github.com/NetBSD/src/blob/3a3e6e6861107fa30395b99abb65697f94ef1bf8/usr.sbin/sysinst/Makefile.inc | 121 | 180 |
NetBSD/src:usr.sbin/sysinst/Makefile.inc:5 | CPPFLAGS+= -DSYSINST_FTP_DIR=\"${SYSINST_FTP_DIR}\"
.endif
# Top-level CDROM directory. Default:
# "/" + MACH
#
.if defined(SYSINST_CDROM_DIR)
CPPFLAGS+= -DSYSINST_CDROM_DIR=\"${SYSINST_CDROM_DIR}\"
.endif
DPSRCS+= msg_defs.h menu_defs.h
CLEANFILES= menu_defs.c menu_defs.h menus.def \
msg_defs.c msg_defs.h msg.d... | riscv | gas-like | handwritten | NetBSD/src | usr.sbin/sysinst/Makefile.inc | BSD-2-Clause | 3a3e6e6861107fa30395b99abb65697f94ef1bf8 | github | kernel | https://github.com/NetBSD/src/blob/3a3e6e6861107fa30395b99abb65697f94ef1bf8/usr.sbin/sysinst/Makefile.inc | 161 | 220 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.