Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/rshd declare -DLOGIN_CAP in CPPFLAGS, not in CFLAGS.
details: https://anonhg.NetBSD.org/src/rev/439f013f8978
branches: trunk
changeset: 481184:439f013f8978
user: itojun <itojun%NetBSD.org@localhost>
date: Mon Jan 24 14:10:56 2000 +0000
description:
declare -DLOGIN_CAP in CPPFLAGS, not in CFLAGS.
diffstat:
libexec/rshd/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r f888504165d7 -r 439f013f8978 libexec/rshd/Makefile
--- a/libexec/rshd/Makefile Mon Jan 24 12:59:30 2000 +0000
+++ b/libexec/rshd/Makefile Mon Jan 24 14:10:56 2000 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2000/01/22 10:22:55 mjl Exp $
+# $NetBSD: Makefile,v 1.10 2000/01/24 14:10:56 itojun Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
PROG= rshd
MAN= rshd.8
-CFLAGS+=-DLOGIN_CAP
+CPPFLAGS+=-DLOGIN_CAP
LDADD+= -lutil
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index