From 9dffa0836390e2685f1de5317333ab67cb97b7cd Mon Sep 17 00:00:00 2001 From: he Date: Wed, 24 Mar 2004 21:20:26 +0000 Subject: [PATCH] The MLINKS needs to come before .include . --- libexec/talkd/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libexec/talkd/Makefile b/libexec/talkd/Makefile index e95566abdfc7..8764600a2c55 100644 --- a/libexec/talkd/Makefile +++ b/libexec/talkd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/03/24 05:20:12 fair Exp $ +# $NetBSD: Makefile,v 1.12 2004/03/24 21:20:26 he Exp $ # @(#)Makefile 8.1 (Berkeley) 6/4/93 .include @@ -6,6 +6,7 @@ PROG= ntalkd SRCS= talkd.c announce.c process.c table.c print.c utmpentry.c MAN= talkd.8 +MLINKS+=talkd.8 ntalkd.8 DPADD+=${LIBUTIL} LDADD+=-lutil @@ -13,5 +14,3 @@ LDADD+=-lutil CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP .include - -MLINKS+=talkd.8 ntalkd.8