Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/ping6 do not modify BINGRP as there's no reason for.
details: https://anonhg.NetBSD.org/src/rev/58e4217d8570
branches: trunk
changeset: 474615:58e4217d8570
user: itojun <itojun%NetBSD.org@localhost>
date: Mon Jul 12 19:02:04 1999 +0000
description:
do not modify BINGRP as there's no reason for.
From: tsubai%netbsd.org@localhost
diffstat:
sbin/ping6/Makefile | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
diffs (26 lines):
diff -r 9bdc0c66db76 -r 58e4217d8570 sbin/ping6/Makefile
--- a/sbin/ping6/Makefile Mon Jul 12 19:00:52 1999 +0000
+++ b/sbin/ping6/Makefile Mon Jul 12 19:02:04 1999 +0000
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.3 1999/07/02 00:04:53 thorpej Exp $
+# $NetBSD: Makefile,v 1.4 1999/07/12 19:02:04 itojun Exp $
PROG= ping6
MAN= ping6.8
-BINOWN = root
-BINGRP = bin
-BINMODE = 4555
+BINOWN= root
+BINMODE=4555
-CPPFLAGS+= -DINET6
-CPPFLAGS+= -DIPSEC
+CPPFLAGS+=-DINET6
+CPPFLAGS+=-DIPSEC
LDADD+= -lipsec
-DPADD+= ${LIBIPSEC}
+DPADD+= ${LIBIPSEC}
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index