Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.bin/w pullup rev. 1.16 from trunk (approved by thor...



details:   https://anonhg.NetBSD.org/src/rev/a5c7664a10fc
branches:  netbsd-1-5
changeset: 489562:a5c7664a10fc
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu Sep 28 18:48:50 2000 +0000

description:
pullup rev. 1.16 from trunk (approved by thorpej):
switch on define SUPPORT_FTPD_UTMP

diffstat:

 usr.bin/w/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5478805fb50b -r a5c7664a10fc usr.bin/w/Makefile
--- a/usr.bin/w/Makefile        Thu Sep 28 18:47:47 2000 +0000
+++ b/usr.bin/w/Makefile        Thu Sep 28 18:48:50 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.15 2000/05/26 03:10:31 simonb Exp $
+#      $NetBSD: Makefile,v 1.15.4.1 2000/09/28 18:48:50 jdolecek Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/6/93
 
 PROG=  w
@@ -7,6 +7,7 @@
 DPADD= ${LIBKVM}
 LDADD= -lkvm
 LINKS= ${BINDIR}/w ${BINDIR}/uptime
+CPPFLAGS+= -DSUPPORT_FTPD_UTMP
 
 .PATH: ${.CURDIR}/../../bin/ps
 



Home | Main Index | Thread Index | Old Index