NO_MAN= has been deprecated in favor of MAN= for some time, go ahead

and finish the job. ncurses is now the only Makefile in the tree that
uses it since it wasn't a simple mechanical change, and will be
addressed in a future commit.
This commit is contained in:
Warner Losh 2014-04-13 05:21:56 +00:00
parent e0919954d5
commit 3bdf775801
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264400
339 changed files with 341 additions and 341 deletions

View File

@ -5,7 +5,7 @@
# This program is required as a bootstrap tool for 'make buildworld'
PROG= sgsmsg
NO_MAN=
MAN=
SRCS= avl.c sgsmsg.c string_table.c findprime.c
WARNS?= 0

View File

@ -4,7 +4,7 @@
PROG= zinject
SRCS= zinject.c translate.c
NO_MAN=
MAN=
WARNS?= 0
CFLAGS+= -I${.CURDIR}/../../../sys/cddl/compat/opensolaris

View File

@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../contrib/opensolaris/cmd/zlook
PROG= zlook
NO_MAN=
MAN=
WARNS?= 0
CFLAGS+= -I${.CURDIR}/../../../sys/cddl/compat/opensolaris

View File

@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../..//contrib/opensolaris/cmd/ztest
PROG= ztest
NO_MAN=
MAN=
WARNS?= 0
CFLAGS+= -I${.CURDIR}/../../../sys/cddl/compat/opensolaris

View File

@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/cmd/zhack
PROG= zhack
NO_MAN=
MAN=
WARNS?= 0
CSTD= c99

View File

@ -4,4 +4,4 @@ EXTRA_DIST = uthash README.md
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libucl.pc
SUBDIRS = src tests utils doc
SUBDIRS = src tests utils doc

View File

@ -5,4 +5,4 @@ dist_man_MANS = libucl.3
gen-man: @PANDOC@
tail -n +$$(grep -n '# Synopsis' api.md | cut -d':' -f1) api.md | \
cat pandoc.template - | sed -e 's/^# \(.*\)/# \U\1/' | \
@PANDOC@ -s -f markdown -t man -o libucl.3
@PANDOC@ -s -f markdown -t man -o libucl.3

View File

@ -30,4 +30,4 @@ test_schema_SOURCES = test_schema.c
test_schema_LDADD = $(common_test_ldadd)
test_schema_CFLAGS = $(common_test_cflags)
check_PROGRAMS = test_basic test_speed test_generate test_schema
check_PROGRAMS = test_basic test_speed test_generate test_schema

View File

@ -16,4 +16,4 @@ UTL = ucl_chargen ucl_objdump
else
UTL =
endif
bin_PROGRAMS = $(UTL)
bin_PROGRAMS = $(UTL)

View File

@ -7,7 +7,7 @@ PROG= ibsendtrap
SRCS= ibsendtrap.c ibdiag_common.c
LDADD= -libumad -libcommon -libmad
CFLAGS+= -I${DIAGPATH}/include
NO_MAN= true
MAN=
WARNS?= 1

View File

@ -11,7 +11,7 @@ SDPDIR= ${.CURDIR}/../../libsdp/src
LIB= ibsdp
SHLIB_MAJOR= 1
NO_PROFILE=
NO_MAN=
MAN=
SRCS= log.c match.c port.c config_parser.c config_scanner.c

View File

@ -26,4 +26,4 @@ SUBDIRS = \
kf \
$(dir_dce)
EXTRA_DIST = NTMakefile
EXTRA_DIST = NTMakefile

View File

@ -4,4 +4,4 @@ include $(top_srcdir)/Makefile.am.common
SUBDIRS = common ftp ftpd
EXTRA_DIST = NTMakefile
EXTRA_DIST = NTMakefile

View File

@ -11,4 +11,4 @@ libcommon_a_SOURCES = \
buffer.c \
common.h
EXTRA_DIST = NTMakefile
EXTRA_DIST = NTMakefile

View File

@ -42,4 +42,4 @@ SUBDIRS = \
$(dir_otp) \
$(dir_dce)
EXTRA_DIST = NTMakefile heimdal
EXTRA_DIST = NTMakefile heimdal

View File

@ -64,4 +64,4 @@ CLEANFILES = $(built_ipcc) $(built_ipcs)
$(srcdir)/client.c: $(built_ipcc)
$(srcdir)/server.c: $(built_ipcs)
endif
endif

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PROG= unstr
NO_MAN=
MAN=
CFLAGS+= -I${.CURDIR}/../strfile
.include <bsd.prog.mk>

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PROG= ppt
NO_MAN=
MAN=
.include <bsd.prog.mk>

View File

@ -3,7 +3,7 @@
PROG= primes
SRCS= pattern.c pr_tbl.c primes.c
NO_MAN=
MAN=
DPADD= ${LIBM}
LDADD= -lm

View File

@ -1,6 +1,6 @@
# $FreeBSD$
NO_MAN=
MAN=
.include <bsd.own.mk>
.include "../Makefile.inc"

View File

@ -1,6 +1,6 @@
# $FreeBSD$
NO_MAN=
MAN=
.include <bsd.own.mk>
.include "../Makefile.inc"

View File

@ -1,6 +1,6 @@
# $FreeBSD$
NO_MAN=
MAN=
.include <bsd.own.mk>
.include "../Makefile.inc"

View File

@ -1,6 +1,6 @@
# $FreeBSD$
NO_MAN=
MAN=
.include <bsd.own.mk>
.include "../Makefile.inc"

View File

@ -6,6 +6,6 @@
PROG= collect2
SRCS= collect2.c tlink.c version.c
NO_MAN=
MAN=
.include <bsd.prog.mk>

View File

@ -5,7 +5,7 @@
.PATH: ${.CURDIR}/../cc_tools ${GCCDIR}
PROG= protoize
NO_MAN=
MAN=
# things are rather hard-coded, we work around that here
CFLAGS+= -DDEFAULT_TARGET_VERSION=\"\"

View File

@ -52,7 +52,7 @@ GENSRCS+= nm.h tm.h
.if defined(GDB_CROSS_DEBUGGER)
CFLAGS+= -DCROSS_DEBUGGER -I${BMAKE_ROOT}/../..
GDB_SUFFIX= -${TARGET_ARCH}
NO_MAN=
MAN=
.endif
.include "${TARGET_SUBDIR}/Makefile"

View File

@ -2,7 +2,7 @@
PROG= gdbtui${GDB_SUFFIX}
SRCS= tui-main.c
NO_MAN=
MAN=
BULIBS= ${OBJ_BU}/libbfd/libbfd.a ${OBJ_BU}/libopcodes/libopcodes.a \
${OBJ_BU}/libiberty/libiberty.a

View File

@ -4,6 +4,6 @@ PROG_CXX= post-grohtml
SRCS= post-html.cpp html-table.cpp html-text.cpp output.cpp
DPADD= ${LIBDRIVER} ${LIBGROFF} ${LIBM}
LDADD= ${LIBDRIVER} ${LIBGROFF} -lm
NO_MAN=
MAN=
.include <bsd.prog.mk>

View File

@ -4,6 +4,6 @@ PROG_CXX= pre-grohtml
SRCS= pre-html.cpp pushback.cpp
DPADD= ${LIBGROFF}
LDADD= ${LIBGROFF}
NO_MAN=
MAN=
.include <bsd.prog.mk>

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PROG= digest-service
NO_MAN= 1
MAN=
CFLAGS+= -I${KRB5DIR}/kdc \
-I${KRB5DIR}/lib/asn1 \
-I${KRB5DIR}/lib/krb5 \

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PROG= ipropd-slave
NO_MAN=
MAN=
SRCS= ipropd_common.c ipropd_slave.c kadm5_err.h
CFLAGS+=-I${KRB5DIR}/lib/krb5 -I${KRB5DIR}/lib/asn1 -I${KRB5DIR}/lib/roken \
-I. ${LDAPCFLAGS}

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PROG= asn1_compile
NO_MAN=
MAN=
LIBROKEN_A= ${.OBJDIR}/../../lib/libroken/libroken.a
LDADD= ${LIBROKEN_A} ${LIBVERS}
DPADD= ${LIBROKEN_A} ${LIBVERS}

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PROG= make-roken
NO_MAN=
MAN=
CLEANFILES= make-roken.c

View File

@ -4,7 +4,7 @@ PROG= slc
LIBROKEN_A= ${.OBJDIR}/../../lib/libroken/libroken.a
LDADD= ${LIBROKEN_A} ${LIBVERS}
DPADD= ${LIBROKEN_A} ${LIBVERS}
NO_MAN=
MAN=
SRCS= roken.h \
slc-gram.y \

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PROG= hxtool
NO_MAN= 1
MAN=
CFLAGS+= -I${KRB5DIR}/lib/hx509 \
-I${KRB5DIR}/lib/asn1 \
-I${KRB5DIR}/lib/roken \

View File

@ -5,7 +5,7 @@ PROG= ksu
BINMODE=4555
PRECIOUSPROG=
.endif
NO_MAN=
MAN=
SRCS= su.c
CFLAGS+=-I${KRB5DIR}/lib/roken
DPADD= ${LIBKAFS5} ${LIBKRB5} ${LIBHX509} ${LIBROKEN} ${LIBVERS} \

View File

@ -2,7 +2,7 @@
LIBARCHIVEDIR= ${.CURDIR}/../../../contrib/libarchive
NO_MAN=yes
MAN=
PROG=libarchive_test
INTERNALPROG=yes # Don't install this; it's just for testing

View File

@ -19,6 +19,6 @@ CFLAGS+= -I${OPENBSMDIR} -I${LIBBSMDIR}
WARNS?= 3
NO_MAN=
MAN=
.include <bsd.lib.mk>

View File

@ -25,6 +25,6 @@ DPADD+= ${LIBSTDCPLUSPLUS}
SHLIB_MAJOR= 2
NO_MAN=
MAN=
.include <bsd.lib.mk>

View File

@ -7,6 +7,6 @@ SRCS= t1-bkpt.c
LDADD= -lproc -lelf -lrtld_db -lutil
DPADD= ${LIBPROC} ${LIBELF}
NO_MAN=
MAN=
.include <bsd.prog.mk>

View File

@ -7,6 +7,6 @@ SRCS= t2-name2map.c
LDADD= -lproc -lelf -lrtld_db -lutil
DPADD= ${LIBPROC} ${LIBELF}
NO_MAN=
MAN=
.include <bsd.prog.mk>

View File

@ -7,6 +7,6 @@ SRCS= t3-name2sym.c
LDADD= -lproc -lelf -lrtld_db -lutil
DPADD= ${LIBPROC} ${LIBELF}
NO_MAN=
MAN=
.include <bsd.prog.mk>

View File

@ -158,7 +158,7 @@ MLINKS= form_cursor.3 pos_form_cursor.3 \
form_win.3 set_form_sub.3 \
form_win.3 set_form_win.3
.else
NO_MAN=
MAN=
.endif
.include <bsd.lib.mk>

View File

@ -130,7 +130,7 @@ MLINKS= menu_attributes.3 menu_back.3 \
mitem_value.3 set_item_value.3 \
mitem_visible.3 item_visible.3
.else
NO_MAN=
MAN=
.endif
.include <bsd.lib.mk>

View File

@ -549,12 +549,12 @@ MAN+= \
curs_ins_wstr.3 \
curs_printw.3 \
curs_scanw.3
.endif
CLEANFILES+= ${MAN:M*.3}
MAN+= term.5 terminfo.5
MAN+= term.7
.endif
CLEANFILES+= ${MAN:M*.3}
MLINKS= ncurses.3 curses.3 \
curs_addch.3 addch.3 \

View File

@ -58,7 +58,7 @@ MLINKS= panel.3 bottom_panel.3 \
panel.3 top_panel.3 \
panel.3 update_panels.3
.else
NO_MAN=
MAN=
.endif
.include <bsd.lib.mk>

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PROG= bootpgw
NO_MAN=
MAN=
SRCS= bootpgw.c getif.c hwaddr.c report.c rtmsg.c
SRCDIR= ${.CURDIR}/..

View File

@ -17,6 +17,6 @@ CFLAGS+=-I${.CURDIR}/../../../lib/libcasper
CFLAGS+=-I${.CURDIR}/../../../lib/libpjdlog
CFLAGS+=-I${.CURDIR}/../../../sbin/casper
NO_MAN=
MAN=
.include <bsd.prog.mk>

View File

@ -17,6 +17,6 @@ CFLAGS+=-I${.CURDIR}/../../../lib/libcasper
CFLAGS+=-I${.CURDIR}/../../../lib/libpjdlog
CFLAGS+=-I${.CURDIR}/../../../sbin/casper
NO_MAN=
MAN=
.include <bsd.prog.mk>

View File

@ -17,6 +17,6 @@ CFLAGS+=-I${.CURDIR}/../../../lib/libcasper
CFLAGS+=-I${.CURDIR}/../../../lib/libpjdlog
CFLAGS+=-I${.CURDIR}/../../../sbin/casper
NO_MAN=
MAN=
.include <bsd.prog.mk>

View File

@ -17,6 +17,6 @@ CFLAGS+=-I${.CURDIR}/../../../lib/libcasper
CFLAGS+=-I${.CURDIR}/../../../lib/libpjdlog
CFLAGS+=-I${.CURDIR}/../../../sbin/casper
NO_MAN=
MAN=
.include <bsd.prog.mk>

View File

@ -17,6 +17,6 @@ CFLAGS+=-I${.CURDIR}/../../../lib/libcasper
CFLAGS+=-I${.CURDIR}/../../../lib/libpjdlog
CFLAGS+=-I${.CURDIR}/../../../sbin/casper
NO_MAN=
MAN=
.include <bsd.prog.mk>

View File

@ -7,7 +7,7 @@ CFLAGS= -I${.CURDIR}/../../contrib/dma \
-DCONF_PATH='"/etc/dma"' \
-DLIBEXEC_PATH='"/usr/libexec"' -DDMA_VERSION='"v0.9+"'
NO_MAN=
MAN=
WARNS= 2

View File

@ -3,7 +3,7 @@
PROG= ulog-helper
BINOWN= root
BINMODE=4555
NO_MAN=
MAN=
DPADD= ${LIBULOG}
LDADD= -lulog

View File

@ -2,7 +2,7 @@
#
PROG=ps
SRCS+=main.c
NO_MAN=
MAN=
.include <bsd.prog.mk>

View File

@ -2,7 +2,7 @@
#
PROG=help
SRCS+=help.c
NO_MAN=
MAN=
.include <bsd.prog.mk>

View File

@ -2,7 +2,7 @@
#
PROG=msg
SRCS= msg.c
NO_MAN=
MAN=
.include <bsd.prog.mk>

View File

@ -4,6 +4,6 @@ PROG= ns
SRCS= ns.c
CFLAGS+= -DBRIDGING
NO_MAN=
MAN=
.include <bsd.prog.mk>

View File

@ -15,7 +15,7 @@ CFLAGS= -DSH_PATH=\"${SH_PATH}\" -DSH_NAME=\"${SH_NAME}\" \
#LDADD= -lutil -ledit -ltermcap
LDADD=-lutil
NO_MAN=
MAN=
.include <bsd.prog.mk>

View File

@ -2,7 +2,7 @@
#
PROG=simple_httpd
SRCS= simple_httpd.c
NO_MAN=
MAN=
WARNS?=6
.include <bsd.prog.mk>

View File

@ -2,7 +2,7 @@
#
PROG=sps
SRCS= sps.c
NO_MAN=
MAN=
.include <bsd.prog.mk>

View File

@ -4,6 +4,6 @@ PROG=view
SRCS=view.c
CFLAGS+=-I/usr/local/include
LDADD+=-L/usr/local/lib -lpng -lvgl -lz -lm
NO_MAN=
MAN=
.include <bsd.prog.mk>

View File

@ -3,7 +3,7 @@
PROG=vm
#CFLAGS+=
SRCS= vm.c
NO_MAN=
MAN=
.include <bsd.prog.mk>

View File

@ -1,7 +1,7 @@
#$FreeBSD$
# @(#)Makefile 8.1 (Berkeley) 6/2/93
NO_MAN=
MAN=
.include <bsd.own.mk>
MK_SSP= no

View File

@ -9,7 +9,7 @@
PROG= geom
SRCS= geom.c geom_label.c geom_part.c subr.c
NO_MAN=
MAN=
WARNS?= 2
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/core -DSTATIC_GEOM_CLASSES

View File

@ -20,7 +20,7 @@ SRCDIR= ${.CURDIR}/../../usr.sbin/rtsold
PROG= rtsol
SRCS= rtsold.c rtsol.c if.c probe.c dump.c rtsock.c
NO_MAN=
MAN=
WARNS?= 3
CFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DSMALL

View File

@ -2,6 +2,6 @@
SHLIB_NAME?= lib4758cca.so
SRCS= e_4758cca.c
NO_MAN= # For now
MAN=
.include <bsd.lib.mk>

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PROG= FreeBSD_version
NO_MAN=
MAN=
install:

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PROG= autodriver
NO_MAN=
MAN=
SRCS= autodriver.c
WARNS?= 4

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PROG= find_interface
NO_MAN=
MAN=
.include <bsd.prog.mk>

View File

@ -67,7 +67,7 @@
# $FreeBSD$
#
PROG= testcdev
NO_MAN=
MAN=
WARNS?= 5
MODSTAT= /sbin/kldstat

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PROG= call
NO_MAN=
MAN=
WARNS?= 5
.include <bsd.prog.mk>

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PROG= demo
NO_MAN=
MAN=
DPADD= ${LIBVGL}
LDADD= -lvgl

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PROG= perfmon
NO_MAN=
MAN=
install:

View File

@ -3,6 +3,6 @@
# $FreeBSD$
PROG= ppilcd
NO_MAN=
MAN=
.include <bsd.prog.mk>

View File

@ -309,7 +309,7 @@ To build foo from foo.c with a manual page foo.2, add the line:
If foo does not have a manual page at all, add the line:
NO_MAN=
MAN=
If foo has multiple source files, add the line:

View File

@ -1,6 +1,6 @@
# $FreeBSD$
NO_MAN=
MAN=
.include <bsd.own.mk>

View File

@ -5,7 +5,7 @@
P=boot0
FILES=${P}
SRCS=arm_init.S main.c
NO_MAN=
MAN=
LDFLAGS=-e 0 -T ${.CURDIR}/linker.cfg
OBJS+= ${SRCS:N*.h:R:S/$/.o/g}

View File

@ -5,7 +5,7 @@
P=boot0iic
FILES=${P}
SRCS=arm_init.S main.c
NO_MAN=
MAN=
LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg
OBJS+= ${SRCS:N*.h:R:S/$/.o/g}

View File

@ -5,7 +5,7 @@
P=boot0spi
FILES=${P}
SRCS=arm_init.S main.c
NO_MAN=
MAN=
LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg
OBJS+= ${SRCS:N*.h:R:S/$/.o/g}

View File

@ -5,7 +5,7 @@
P=boot2
FILES=${P}
SRCS=arm_init.S boot2.c ${BOOT_FLAVOR:tl}_board.c
NO_MAN=
MAN=
LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg
OBJS+= ${SRCS:N*.h:R:S/$/.o/g}

View File

@ -5,7 +5,7 @@
P=bootiic
FILES=${P}
SRCS=arm_init.S main.c loader_prompt.c env_vars.c
NO_MAN=
MAN=
LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg
OBJS+= ${SRCS:N*.h:R:S/$/.o/g}

View File

@ -5,7 +5,7 @@
P=bootspi
FILES=${P}
SRCS=arm_init.S main.c loader_prompt.c env_vars.c ee.c
NO_MAN=
MAN=
LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg
OBJS+= ${SRCS:N*.h:R:S/$/.o/g}

View File

@ -11,7 +11,7 @@ SRCS=${SOC}_lowlevel.c delay.c eeprom.c emac.c emac_init.c getc.c \
sd-card.c strcvt.c strlen.c strcmp.c memcpy.c strcpy.c \
memset.c memcmp.c
SRCS+=ashldi3.c divsi3.S
NO_MAN=
MAN=
.if ${MK_TAG_LIST} != "no"
CFLAGS += -I${.CURDIR}/.. -DSUPPORT_TAG_LIST

View File

@ -20,7 +20,7 @@ SRCS+=strlen.c ashldi3.c divsi3.S muldi3.c
.if ${MK_ARM_EABI} != "no"
SRCS+=aeabi_unwind.c
.endif
NO_MAN=
MAN=
KERNPHYSADDR=0x180000
KERNVIRTADDR=${KERNPHYSADDR}

View File

@ -3,7 +3,7 @@
PROG?= boot0
STRIP=
BINMODE=${NOBINMODE}
NO_MAN=
MAN=
SRCS= ${PROG}.S
# Additional options that you can specify with make OPTS="..."

View File

@ -2,7 +2,7 @@
PROG= btx
INTERNALPROG=
NO_MAN=
MAN=
SRCS= btx.S
.if defined(BOOT_BTX_NOHANG)

View File

@ -2,7 +2,7 @@
PROG= btxldr
INTERNALPROG=
NO_MAN=
MAN=
SRCS= btxldr.S
CFLAGS+=-DLOADER_ADDRESS=${LOADER_ADDRESS}

View File

@ -2,7 +2,7 @@
PROG= crt0.o
INTERNALPROG=
NO_MAN=
MAN=
SRCS= btxcsu.S btxsys.s btxv86.s
CFLAGS+=-I${.CURDIR}/../../common
LDFLAGS=-Wl,-r

View File

@ -3,7 +3,7 @@
PROG= cdboot
STRIP=
BINMODE=${NOBINMODE}
NO_MAN=
MAN=
SRCS= ${PROG}.S
CFLAGS+=-I${.CURDIR}/../common

View File

@ -4,7 +4,7 @@ PROG= kgzldr.o
STRIP=
BINMODE=${LIBMODE}
BINDIR= ${LIBDIR}
NO_MAN=
MAN=
SRCS= start.s boot.c inflate.c lib.c crt.s sio.s
CFLAGS= -Os

View File

@ -3,7 +3,7 @@
PROG= mbr
STRIP=
BINMODE=${NOBINMODE}
NO_MAN=
MAN=
SRCS= ${PROG}.s
# MBR flags: 0x80 -- try packet interface (also known as EDD or LBA)

View File

@ -3,7 +3,7 @@
PROG= pmbr
STRIP=
BINMODE=${NOBINMODE}
NO_MAN=
MAN=
SRCS= ${PROG}.s
ORG= 0x600

View File

@ -6,7 +6,7 @@ LOADER= zfsloader
NEWVERSWHAT= "ZFS enabled bootstrap loader" x86
LOADER_ZFS_SUPPORT=yes
LOADER_ONLY= yes
NO_MAN= yes
MAN=
.include "${.CURDIR}/../loader/Makefile"

View File

@ -1,6 +1,6 @@
# $FreeBSD$
NO_MAN=
MAN=
.include <bsd.own.mk>
MK_SSP= no

View File

@ -1,6 +1,6 @@
# $FreeBSD$
NO_MAN=
MAN=
.include <bsd.own.mk>
MK_SSP= no

View File

@ -6,7 +6,7 @@
# quite large.
#
NO_MAN=
MAN=
.include <bsd.own.mk>
MK_SSP= no

View File

@ -42,7 +42,7 @@ SRCS= relocate.S \
cfi.c \
sdcard.c
NO_MAN=
MAN=
AFLAGS= -G0

View File

@ -3,7 +3,7 @@
PROG= ${BOOT}.out
INTERNALPROG=
FILES= ${BOOT}
NO_MAN=
MAN=
SRCS= start.s boot.s boot0.5.s disk.s selector.s support.s syscons.s \
putssjis.s
CLEANFILES= ${BOOT} ${BOOT}.bin

View File

@ -3,7 +3,7 @@
PROG= ${BOOT}.out
INTERNALPROG=
FILES= ${BOOT}
NO_MAN=
MAN=
SRCS= ${BOOT}.s
CLEANFILES= ${BOOT}

Some files were not shown because too many files have changed in this diff Show More