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 /sbin/restore/Makefile | |
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 'sbin/restore/Makefile')
-rw-r--r-- | sbin/restore/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile index 01b093a421b..b35776b0f22 100644 --- a/sbin/restore/Makefile +++ b/sbin/restore/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1997/09/21 11:38:02 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 2016/03/30 06:38:43 jmc Exp $ PROG= restore LINKS= ${BINDIR}/restore ${BINDIR}/rrestore @@ -6,7 +6,6 @@ CFLAGS+=-DRRESTORE SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \ dumprmt.c MAN= restore.8 -MLINKS+=restore.8 rrestore.8 .PATH: ${.CURDIR}/../dump .include <bsd.prog.mk> |