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

This commit is contained in:
he 2004-03-24 21:20:26 +00:00
parent d3dc070ae7
commit 9dffa08363
1 changed files with 2 additions and 3 deletions

View File

@ -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 @@ LDADD+=-lutil
CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP
.include <bsd.prog.mk>
MLINKS+=talkd.8 ntalkd.8