remove BINGRP?= BINOWN?= BINMODE?=

This commit is contained in:
Wolfram Schneider 1996-03-24 00:41:11 +00:00
parent 86ec11baf9
commit 110dbd1072
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14782
2 changed files with 2 additions and 8 deletions

View File

@ -1,5 +1,5 @@
# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
# $Id: bsd.port.subdir.mk,v 1.10 1995/03/03 23:30:32 gpalmer Exp $
# $Id: bsd.port.subdir.mk,v 1.11 1995/03/21 03:59:13 jkh Exp $
.MAIN: all
@ -7,9 +7,6 @@
STRIP?= -s
.endif
BINGRP?= bin
BINOWN?= bin
BINMODE?= 555
ECHO_MSG?= echo

View File

@ -1,5 +1,5 @@
# from: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
# $Id: bsd.prog.mk,v 1.28 1996/03/09 23:48:55 wosch Exp $
# $Id: bsd.prog.mk,v 1.29 1996/03/19 14:30:15 bde Exp $
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
@ -17,9 +17,6 @@ CXXINCLUDES+= -I${DESTDIR}/usr/include/${CXX}
STRIP?= -s
.endif
BINGRP?= bin
BINOWN?= bin
BINMODE?= 555
LIBCRT0?= ${DESTDIR}/usr/lib/crt0.o
LIBKZHEAD?= ${DESTDIR}/usr/lib/kzhead.o