do not modify BINGRP as there's no reason for.

From: tsubai@netbsd.org
This commit is contained in:
itojun 1999-07-12 19:02:04 +00:00
parent 8c46b24007
commit 5c0a411355
1 changed files with 6 additions and 7 deletions

View File

@ -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>