diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-03-30 06:38:48 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-03-30 06:38:48 +0000 |
commit | 22c99bcd0d1aacbc678f4a711ffe6a55178e6c28 (patch) | |
tree | fc5a38e208ec108f56afffc16f05c640e740cc20 /sys/arch/i386 | |
parent | c18d4a3d864d24448fec6853ae70834f8dae3a40 (diff) |
for some time now mandoc has not required MLINKS to function
correctly - logically complete that now by removing MLINKS from base;
authors need only to ensure there is an entry in NAME for any function/
util being added. MLINKS will still work, and remain for perl to ease
upgrades;
ok nicm (curses) bcook (ssl)
ok schwarze, who provided a lot of feedback and assistance
ok tb natano jung
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/stand/boot/Makefile | 3 | ||||
-rw-r--r-- | sys/arch/i386/stand/fdboot/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile index 4339b82a4a1..da21c2e1654 100644 --- a/sys/arch/i386/stand/boot/Makefile +++ b/sys/arch/i386/stand/boot/Makefile @@ -1,8 +1,7 @@ -# $OpenBSD: Makefile,v 1.58 2015/09/18 13:30:56 miod Exp $ +# $OpenBSD: Makefile,v 1.59 2016/03/30 06:38:45 jmc Exp $ COPTS?= MAN?= boot.8 -MLINKS?=boot.8 boot.conf.5 .if !empty(COPTS:M-DFDBOOT) SOFTRAID?=no diff --git a/sys/arch/i386/stand/fdboot/Makefile b/sys/arch/i386/stand/fdboot/Makefile index 5165a5f1fb4..3593a6f8ef2 100644 --- a/sys/arch/i386/stand/fdboot/Makefile +++ b/sys/arch/i386/stand/fdboot/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.2 2012/10/13 14:10:35 jsing Exp $ +# $OpenBSD: Makefile,v 1.3 2016/03/30 06:38:45 jmc Exp $ MAN= -MLINKS= .if ${MACHINE} == "i386" PROG= fdboot |