Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/talkd The MLINKS needs to come before .include <bsd....



details:   https://anonhg.NetBSD.org/src/rev/a27993c26013
branches:  trunk
changeset: 559861:a27993c26013
user:      he <he%NetBSD.org@localhost>
date:      Wed Mar 24 21:20:26 2004 +0000

description:
The MLINKS needs to come before .include <bsd.prog.mk>.

diffstat:

 libexec/talkd/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 13eabec0334b -r a27993c26013 libexec/talkd/Makefile
--- a/libexec/talkd/Makefile    Wed Mar 24 20:48:34 2004 +0000
+++ b/libexec/talkd/Makefile    Wed Mar 24 21:20:26 2004 +0000
@@ -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 <bsd.own.mk>
@@ -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 @@
 CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP
 
 .include <bsd.prog.mk>
-
-MLINKS+=talkd.8 ntalkd.8



Home | Main Index | Thread Index | Old Index